Changeset 480 for trunk/dns-rpc.cgi


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

/trunk

Object conversion of DNSDB.pm, 13 of <mumble>. See #11.

  • location add/update/delete/retrieve in addLoc(), updateLoc(), delLoc(), getLoc(), getLocCount(), getLocList(), and getLocDropdown() and callers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-rpc.cgi

    r479 r480  
    304304  $args{defloc} = '' if !$args{defloc};
    305305
    306   my $ret = DNSDB::getLocDropdown($dbh, $args{group}, $args{defloc});
     306  my $ret = $dnsdb->getLocDropdown($args{group}, $args{defloc});
    307307  return $ret;
    308308}
Note: See TracChangeset for help on using the changeset viewer.