Changeset 183 for trunk/cgi-bin
- Timestamp:
- 03/01/05 16:05:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r167 r183 122 122 # Return here if we can't select. Note that this indicates a 123 123 # problem executing the select. 124 my $sth = $dbh->prepare("select cidr from masterblocks");124 my $sth = $dbh->prepare("select type from alloctypes"); 125 125 $sth->execute(); 126 126 return (undef,$DBI::errstr) if ($sth->err);
Note:
See TracChangeset
for help on using the changeset viewer.