Changeset 227
- Timestamp:
- 04/15/05 16:29:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r214 r227 1143 1143 my $sql; 1144 1144 if (my $pooltype = ($webvar{alloctype} =~ /^(.)i$/) ) { 1145 # Note the hack ( available='n' ) to work around "update" additions1146 # to static IP space. Eww.1147 1145 $sql = "update poolips set custid='$webvar{custid}',notes='$webvar{notes}',". 1148 "circuitid='$webvar{circid}',description='$webvar{desc}' ,available='n'".1146 "circuitid='$webvar{circid}',description='$webvar{desc}' ". 1149 1147 "where ip='$webvar{block}'"; 1150 1148 } else {
Note:
See TracChangeset
for help on using the changeset viewer.