Changeset 326 for branches/stable/cgi-bin/extras
- Timestamp:
- 04/06/06 16:27:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/extras/db2rwhois.pl
r325 r326 81 81 82 82 # prefetch alloctype data 83 $sth = $dbh->prepare("select type,def_custid,arin_netname from alloctypes where listorder <500");83 $sth = $dbh->prepare("select type,def_custid,arin_netname from alloctypes"); 84 84 $sth->execute; 85 85 while (my @data = $sth->fetchrow_array) {
Note:
See TracChangeset
for help on using the changeset viewer.