Changeset 121 for branches/stable


Ignore:
Timestamp:
01/07/05 11:01:47 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fixed SQL buglet where deleted static IP allocations retain
information in the Notes and CircuitID fields when deallocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r116 r121  
    14841484      @data = $sth->fetchrow_array;
    14851485      $sth = $ip_dbh->prepare("update poolips set custid='6750400', available='y',".
    1486         " city='$data[0]', description='' where ip='$webvar{block}'");
     1486        " city='$data[0]', description='', notes='', circuitid='' where ip='$webvar{block}'");
    14871487      $sth->execute;
    14881488      $ip_dbh->commit;
Note: See TracChangeset for help on using the changeset viewer.