Changeset 908 for trunk/DNSDB.pm


Ignore:
Timestamp:
08/11/25 17:29:47 (6 hours ago)
Author:
Kris Deugau
Message:

/trunk

Argh. Handpatching is risky, mmmkay?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r907 r908  
    65646564        "FROM records WHERE domain_id=? AND type=6");
    65656565  $recsth = $dbh->prepare("SELECT host,type,val,distance,weight,port,ttl,record_id,location,extract(epoch from stamp),expires,stampactive ".
    6566         "FROM records WHERE domain_id=? AND NOT type=6").       # Just exclude all types relating to rDNS
     6566        "FROM records WHERE domain_id=? AND NOT type=6".        # Just exclude all types relating to rDNS
    65676567        "ORDER BY masklen(inetlazy(val)) DESC, inetlazy(val)");
    65686568#       "FROM records WHERE domain_id=? AND type < 65280");     # Just exclude all types relating to rDNS
Note: See TracChangeset for help on using the changeset viewer.