Ignore:
Timestamp:
11/08/06 15:34:48 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update ipdb.psql with current alloctypes
Change "Internal netblock" entry to be visible in allocation lists
Remove hackery in admin.cgi that allowed changing a block to
"Internal netblock" even if it wasn't retrieved from the database
like everything else.

File:
1 edited

Legend:

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

    r343 r353  
    467467        " value='$types[0]'>$types[1]</option>\n";
    468468    }
    469     print "<option". (($data[2] eq 'in') ? ' selected' : '') .
    470         " value='in'>Internal netblock</option>\n</select></td>\n";
    471469
    472470    print qq(<td><input name=city value="$data[3]"></td>\n).
Note: See TracChangeset for help on using the changeset viewer.