Changeset 326 for branches/stable


Ignore:
Timestamp:
04/06/06 16:27:26 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Just slurp up all alloctypes instead of restricting types for
rWHOIS export.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/extras/db2rwhois.pl

    r325 r326  
    8181
    8282# 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");
    8484$sth->execute;
    8585while (my @data = $sth->fetchrow_array) {
Note: See TracChangeset for help on using the changeset viewer.