Changeset 20 for trunk/cgi-bin
- Timestamp:
- 10/25/04 17:35:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r17 r20 1221 1221 } else { 1222 1222 $sql = "update allocations set custid='$webvar{custid}',". 1223 "description='$webvar{desc}',notes='$webvar{notes}' ".1223 "description='$webvar{desc}',notes='$webvar{notes}',city='$webvar{city}' ". 1224 1224 "where cidr='$webvar{block}'"; 1225 1225 }
Note:
See TracChangeset
for help on using the changeset viewer.