Changeset 162


Ignore:
Timestamp:
02/10/05 10:13:45 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

D'OH!! Missed a change from ptype->type in one SQL statement
referencing the poolips table in sub edit().

File:
1 edited

Legend:

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

    r160 r162  
    10581058  # because I'm lazy, we'll try to make the SELECT's bring out identical)ish) data
    10591059  if ($webvar{block} =~ /\/32$/) {
    1060     $sql = "select ip,custid,ptype,city,circuitid,description,notes from poolips where ip='$webvar{block}'";
     1060    $sql = "select ip,custid,type,city,circuitid,description,notes from poolips where ip='$webvar{block}'";
    10611061  } else {
    10621062    $sql = "select cidr,custid,type,city,circuitid,description,notes from allocations where cidr='$webvar{block}'"
Note: See TracChangeset for help on using the changeset viewer.