Changeset 877 for trunk


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()
Location:
trunk
Files:
2 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()
  • trunk/DNSDB/ExportBIND.pm

    r876 r877  
    3333
    3434  # allow for future exports of subgroups of records
    35   my $viewlist = $dnsdb->getLocList(curgroup => 1);
     35  my $viewlist = $dnsdb->getLocList(curgroup => 1, full => 1);
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.