Changeset 742 for trunk


Ignore:
Timestamp:
06/04/15 16:18:06 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Remove some stale docucomments from allocateBlock()'s "simple" case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r741 r742  
    14501450    if ($args{cidr} == $alloc_from) {
    14511451      # 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) and
    1453       # delete from freeblocks where cidr='cidr'
    1454       # For data safety on non-transaction DBs, we delete first.
    14551452
    14561453      eval {
Note: See TracChangeset for help on using the changeset viewer.