- Timestamp:
- 04/06/05 09:41:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r211 r215 1165 1165 if (my $pooltype = ($webvar{alloctype} =~ /^(.)i$/) ) { 1166 1166 $sql = "update poolips set custid='$webvar{custid}',notes='$webvar{notes}',". 1167 "circuitid='$webvar{circid}',description='$webvar{desc}' ".1167 "circuitid='$webvar{circid}',description='$webvar{desc}',city='$webvar{city}' ". 1168 1168 "where ip='$webvar{block}'"; 1169 1169 } else {
Note:
See TracChangeset
for help on using the changeset viewer.