- Timestamp:
- 01/07/05 11:01:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r116 r121 1484 1484 @data = $sth->fetchrow_array; 1485 1485 $sth = $ip_dbh->prepare("update poolips set custid='6750400', available='y',". 1486 " city='$data[0]', description='' where ip='$webvar{block}'");1486 " city='$data[0]', description='', notes='', circuitid='' where ip='$webvar{block}'"); 1487 1487 $sth->execute; 1488 1488 $ip_dbh->commit;
Note:
See TracChangeset
for help on using the changeset viewer.