- Timestamp:
- 11/15/04 16:55:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r72 r73 1265 1265 my $sql; 1266 1266 if (my $pooltype = ($webvar{alloctype} =~ /^([cdsmw])i$/) ) { 1267 # Note the hack ( available='n' ) to work around "update" additions 1268 # to static IP space. Eww. 1267 1269 $sql = "update poolips set custid='$webvar{custid}',". 1268 "notes='$webvar{notes}',description='$webvar{desc}' ".1270 "notes='$webvar{notes}',description='$webvar{desc}',available='n' ". 1269 1271 "where ip='$webvar{block}'"; 1270 1272 } else {
Note:
See TracChangeset
for help on using the changeset viewer.