Changeset 296 for branches/stable
- Timestamp:
- 10/18/05 15:55:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r286 r296 1111 1111 $sql = "update allocations set custid='$webvar{custid}',". 1112 1112 "description='$webvar{desc}',notes='$webvar{notes}',city='$webvar{city}',". 1113 "type='$webvar{alloctype}',circuitid='$webvar{circid}'$privdata 1113 "type='$webvar{alloctype}',circuitid='$webvar{circid}'$privdata,". 1114 1114 "swip='".($webvar{swip} eq 'on' ? 'y' : 'n')."' ". 1115 1115 "where cidr='$webvar{block}'";
Note:
See TracChangeset
for help on using the changeset viewer.