Changeset 153 for branches


Ignore:
Timestamp:
02/04/05 16:32:25 (19 years ago)
Author:
Kris Deugau
Message:

/branches/sql-cleanup

Another fix related to generalizing pools and static IP types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sql-cleanup/cgi-bin/IPDB.pm

    r150 r153  
    189189  local $dbh->{RaiseError} = 1; # step on our toes by accident.
    190190
    191   if ($type =~ /^[cdsmw]i$/) {
     191  if ($type =~ /^.i$/) {
    192192    $msg = "Unable to assign static IP $cidr to $custid";
    193193    eval {
Note: See TracChangeset for help on using the changeset viewer.