Changeset 877 for trunk/DNSDB.pm


Ignore:
Timestamp:
01/12/23 15:48:36 (16 months ago)
Author:
Kris Deugau
Message:

/trunk

BIND export, unwinding dev saves, 28 of many many

  • Tweak call and return data for getLocList()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r847 r877  
    43734373  my $ulist = $dbh->selectall_arrayref($sql, { Slice => {} }, (@filterargs) );
    43744374  $errstr = $dbh->errstr if !$ulist;
     4375  push @{$ulist}, { location => '', description => "(Default/All)", iplist => '', group_name => "All clients"} if $args{full};
    43754376  return $ulist;
    43764377} # end getLocList()
Note: See TracChangeset for help on using the changeset viewer.