Changeset 578
- Timestamp:
- 01/02/14 10:07:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r577 r578 5151 5151 5152 5152 $soasth = $dbh->prepare("SELECT host,type,val,distance,weight,port,ttl,record_id,location ". 5153 "FROM records WHERE rdns_id=? AND type=6");5153 "FROM records WHERE domain_id=? AND type=6"); 5154 5154 $recsth = $dbh->prepare("SELECT host,type,val,distance,weight,port,ttl,record_id,location,extract(epoch from stamp),expires,stampactive ". 5155 5155 "FROM records WHERE domain_id=? AND NOT type=6"); # Just exclude all types relating to rDNS
Note:
See TracChangeset
for help on using the changeset viewer.