- Timestamp:
- 01/12/23 15:48:36 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r847 r877 4373 4373 my $ulist = $dbh->selectall_arrayref($sql, { Slice => {} }, (@filterargs) ); 4374 4374 $errstr = $dbh->errstr if !$ulist; 4375 push @{$ulist}, { location => '', description => "(Default/All)", iplist => '', group_name => "All clients"} if $args{full}; 4375 4376 return $ulist; 4376 4377 } # end getLocList() -
trunk/DNSDB/ExportBIND.pm
r876 r877 33 33 34 34 # allow for future exports of subgroups of records 35 my $viewlist = $dnsdb->getLocList(curgroup => 1 );35 my $viewlist = $dnsdb->getLocList(curgroup => 1, full => 1); 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.