- Timestamp:
- 02/04/05 14:32:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r132 r152 250 250 if ($type =~ /^.p$/) { 251 251 $msg = "Could not initialize IPs in new $disp_alloctypes{$type} pool $cidr"; 252 initPool($dbh,$cidr,$type,$city,( $type eq 'dp'? "all" : "normal"));252 initPool($dbh,$cidr,$type,$city,(($type eq 'dp' or $type eq 'mp') ? "all" : "normal")); 253 253 } 254 254
Note:
See TracChangeset
for help on using the changeset viewer.