Changeset 922


Ignore:
Timestamp:
08/14/25 17:54:56 (8 hours ago)
Author:
Kris Deugau
Message:

/branches/secondaryzones

Clean up stray irrelevant docucomment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/secondaryzones/dns.cgi

    r921 r922  
    24602460  my $childlist = join(',',@childgroups);
    24612461
    2462 #  my $count = $dnsdb->getSecondaryZoneCount(childlist => $childlist, curgroup => $curgroup,
    24632462  my $count = $dnsdb->getZoneCount(childlist => $childlist, curgroup => $curgroup, secondary => 'y',
    24642463        filter => ($filter ? $filter : undef), startwith => ($startwith ? $startwith : undef) );
Note: See TracChangeset for help on using the changeset viewer.