Changeset 354
- Timestamp:
- 12/27/06 11:13:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r337 r354 492 492 $msg = "Unable to deallocate $disp_alloctypes{$type} $cidr"; 493 493 $sth = $dbh->prepare("update poolips set custid='6750400',available='y',". 494 "city=(select city from allocations where cidr >>= '$cidr'),". 494 "city=(select city from allocations where cidr >>= '$cidr'". 495 " order by masklen(cidr) desc limit 1),". 495 496 "description='',notes='',circuitid='' where ip='$cidr'"); 496 497 $sth->execute;
Note:
See TracChangeset
for help on using the changeset viewer.