Changeset 148 for branches/sql-cleanup/cgi-bin/IPDB.pm
- Timestamp:
- 02/01/05 17:53:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sql-cleanup/cgi-bin/IPDB.pm
r147 r148 372 372 # have to insert all pool IPs into poolips table as "unallocated". 373 373 $sth = $dbh->prepare("insert into poolips (pool,ip,custid,city,ptype)". 374 " values ('$pool', ?, '6750400', '$city', '$pooltype' ");374 " values ('$pool', ?, '6750400', '$city', '$pooltype')"); 375 375 my @poolip_list = $pool->hostenum; 376 376 if ($class eq 'all') { # (DSL-ish block - *all* IPs available
Note:
See TracChangeset
for help on using the changeset viewer.