Changeset 227 for trunk


Ignore:
Timestamp:
04/15/05 16:29:34 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Revert change from r73 (!!) that "allocates" a static IP that
gets edited.

Reverted for two reasons:

a) never got backported to /branches/stable - it's a bad

change to make now, and doesn't really make sense.

b) interferes with porting bugfix in the same code

File:
1 edited

Legend:

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

    r214 r227  
    11431143    my $sql;
    11441144    if (my $pooltype = ($webvar{alloctype} =~ /^(.)i$/) ) {
    1145       # Note the hack ( available='n' ) to work around "update" additions
    1146       # to static IP space.  Eww.
    11471145      $sql = "update poolips set custid='$webvar{custid}',notes='$webvar{notes}',".
    1148         "circuitid='$webvar{circid}',description='$webvar{desc}',available='n' ".
     1146        "circuitid='$webvar{circid}',description='$webvar{desc}' ".
    11491147        "where ip='$webvar{block}'";
    11501148    } else {
Note: See TracChangeset for help on using the changeset viewer.