Changeset 619


Ignore:
Timestamp:
05/27/14 15:09:38 (10 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Clean up VRF field in poolips on delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r616 r619  
    10941094        "city=(select city from allocations where cidr >>= ?".
    10951095        " order by masklen(cidr) desc limit 1),".
    1096         "description='',notes='',circuitid='' where ip=?");
     1096        "description='',notes='',circuitid='',vrf='' where ip=?");
    10971097      $sth->execute($defcustid, "$cidr", "$cidr");
    10981098      $dbh->commit;
Note: See TracChangeset for help on using the changeset viewer.