- Timestamp:
- 01/21/05 12:31:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r131 r132 203 203 ##err Need better handling here; what if there's no free IPs when this sub gets called? 204 204 my @data = $sth->fetchrow_array; 205 my $cidr = $data[1];205 $cidr = $data[1]; # $cidr is already declared when we get here! 206 206 207 207 $sth = $dbh->prepare("update poolips set custid='$custid',".
Note:
See TracChangeset
for help on using the changeset viewer.