Changeset 904 for trunk/dns-rpc.cgi


Ignore:
Timestamp:
08/11/25 16:57:37 (9 hours ago)
Author:
Kris Deugau
Message:

/trunk

Ad hoc patches from workspace: Propagate location/view to core getRecList
from dns-rpc.cgi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-rpc.cgi

    r903 r904  
    933933  my $ret = $dnsdb->getRecList(defrec => $args{defrec}, revrec => $args{revrec}, id => $args{id},
    934934        offset => $args{offset}, nrecs => $args{nrecs}, sortby => $args{sortby},
    935         sortorder => $args{sortorder}, filter => $args{filter});
     935        sortorder => $args{sortorder}, filter => $args{filter}, location => $args{location});
    936936  die $dnsdb->errstr."\n" if !$ret;
    937937
    938938  return $ret;
    939 }
     939} # getRecList()
    940940
    941941
Note: See TracChangeset for help on using the changeset viewer.