Changeset 742 for trunk/cgi-bin/IPDB.pm
- Timestamp:
- 06/04/15 16:18:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r741 r742 1450 1450 if ($args{cidr} == $alloc_from) { 1451 1451 # Easiest case- insert in one table, delete in the other, and go home. More or less. 1452 # insert into allocations values (cidr,custid,type,city,desc) and1453 # delete from freeblocks where cidr='cidr'1454 # For data safety on non-transaction DBs, we delete first.1455 1452 1456 1453 eval {
Note:
See TracChangeset
for help on using the changeset viewer.