Changeset 80 for trunk/cgi-bin
- Timestamp:
- 11/26/04 12:50:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r79 r80 204 204 if ($type =~ /^.p$/) { 205 205 $msg = "Could not initialize IPs in new $disp_alloctypes{$type} pool $cidr"; 206 initPool($dbh,$cidr,$type,$city, 0);206 initPool($dbh,$cidr,$type,$city,($type eq 'dp' ? "all" : "normal")); 207 207 } 208 208 … … 283 283 if ($type =~ /^.p$/) { 284 284 $msg = "Could not initialize IPs in new $disp_alloctypes{$type} $cidr"; 285 initPool($dbh,$cidr,$type,$city, 0);285 initPool($dbh,$cidr,$type,$city,($type eq 'dp' ? "all" : "normal")); 286 286 } 287 287
Note:
See TracChangeset
for help on using the changeset viewer.