Ignore:
Timestamp:
02/12/26 18:03:01 (40 hours ago)
Author:
Kris Deugau
Message:

/branches/stable

Roll up most remaining patches applied in production

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/dns-rpc.cgi

    r1034 r1037  
    907907  my $ret = $dnsdb->getRecList(defrec => $args{defrec}, revrec => $args{revrec}, id => $args{id},
    908908        offset => $args{offset}, nrecs => $args{nrecs}, sortby => $args{sortby},
    909         sortorder => $args{sortorder}, filter => $args{filter});
     909        sortorder => $args{sortorder}, filter => $args{filter}, location => $args{location});
    910910  die $dnsdb->errstr."\n" if !$ret;
    911911
    912912  return $ret;
    913 }
     913} # getRecList()
    914914
    915915
Note: See TracChangeset for help on using the changeset viewer.