Changeset 483 for trunk/dns-rpc.cgi


Ignore:
Timestamp:
03/14/13 17:05:52 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Object conversion of DNSDB.pm, part 15. See #11.

  • log-retrieval subs getLogCount() and getLogEntries(), miscellaneous retrieval subs getRevPattern() and getTypelist(), and mailNotify()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-rpc.cgi

    r481 r483  
    621621  _commoncheck(\%args, 'y');
    622622
    623   return DNSDB::getRevPattern($dbh, $args{cidr}, $args{group});
     623  return $dnsdb->getRevPattern($args{cidr}, $args{group});
    624624}
    625625
Note: See TracChangeset for help on using the changeset viewer.