Changeset 20 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
10/25/04 17:35:54 (20 years ago)
Author:
Kris Deugau
Message:

Allow updating city for an allocation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r17 r20  
    12211221    } else {
    12221222      $sql = "update allocations set custid='$webvar{custid}',".
    1223         "description='$webvar{desc}',notes='$webvar{notes}' ".
     1223        "description='$webvar{desc}',notes='$webvar{notes}',city='$webvar{city}' ".
    12241224        "where cidr='$webvar{block}'";
    12251225    }
Note: See TracChangeset for help on using the changeset viewer.