Changeset 296 for branches


Ignore:
Timestamp:
10/18/05 15:55:40 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix - updates not updating.
*ONE* @$%@$%&$ missing comma....

File:
1 edited

Legend:

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

    r286 r296  
    11111111      $sql = "update allocations set custid='$webvar{custid}',".
    11121112        "description='$webvar{desc}',notes='$webvar{notes}',city='$webvar{city}',".
    1113         "type='$webvar{alloctype}',circuitid='$webvar{circid}'$privdata ".
     1113        "type='$webvar{alloctype}',circuitid='$webvar{circid}'$privdata,".
    11141114        "swip='".($webvar{swip} eq 'on' ? 'y' : 'n')."' ".
    11151115        "where cidr='$webvar{block}'";
Note: See TracChangeset for help on using the changeset viewer.