Changeset 737 for trunk/dns.cgi


Ignore:
Timestamp:
06/24/16 16:34:45 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Properly track the filter argument for the log separately from other
filter fields, so that (among other things) we can accept more characters
for filtering the log entries. See #17.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r736 r737  
    18301830  }
    18311831  my $logfilter = $session->param('logfilter');
     1832  $page->param(logfilter => $logfilter);
    18321833
    18331834  my $lcount = $dnsdb->getLogCount(id => $id, group => $logingroup, fname => $webvar{fname},
Note: See TracChangeset for help on using the changeset viewer.