Changeset 327 for trunk


Ignore:
Timestamp:
04/07/06 13:16:31 (18 years ago)
Author:
Kris Deugau
Message:

/trunk

Merge alloctype reference tweak/fix from /branches/stable r326

File:
1 edited

Legend:

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

    r324 r327  
    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.