Changeset 108 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
12/24/04 14:13:41 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix SQL bug in static-IP section of allocateBlock()

File:
1 edited

Legend:

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

    r107 r108  
    195195
    196196      $sth = $dbh->prepare("update poolips set custid='$custid',".
    197         "city='$city',available='n',description='$desc',notes='$notes'".
     197        "city='$city',available='n',description='$desc',notes='$notes',".
    198198        "circuitid='$circid'".
    199199        " where ip='$cidr'");
Note: See TracChangeset for help on using the changeset viewer.