Changeset 153 for branches/sql-cleanup/cgi-bin/IPDB.pm
- Timestamp:
- 02/04/05 16:32:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sql-cleanup/cgi-bin/IPDB.pm
r150 r153 189 189 local $dbh->{RaiseError} = 1; # step on our toes by accident. 190 190 191 if ($type =~ /^ [cdsmw]i$/) {191 if ($type =~ /^.i$/) { 192 192 $msg = "Unable to assign static IP $cidr to $custid"; 193 193 eval {
Note:
See TracChangeset
for help on using the changeset viewer.