Changeset 215


Ignore:
Timestamp:
04/06/05 09:41:39 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fixed bug that blocked updates to city on static IPs

File:
1 edited

Legend:

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

    r211 r215  
    11651165    if (my $pooltype = ($webvar{alloctype} =~ /^(.)i$/) ) {
    11661166      $sql = "update poolips set custid='$webvar{custid}',notes='$webvar{notes}',".
    1167         "circuitid='$webvar{circid}',description='$webvar{desc}' ".
     1167        "circuitid='$webvar{circid}',description='$webvar{desc}',city='$webvar{city}' ".
    11681168        "where ip='$webvar{block}'";
    11691169    } else {
Note: See TracChangeset for help on using the changeset viewer.