Changeset 327
- Timestamp:
- 04/07/06 13:16:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/extras/db2rwhois.pl
r324 r327 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.