IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17280


Ignore:
Timestamp:
Apr 2, 2008, 12:00:55 PM (18 years ago)
Author:
jhoblitt
Message:

fix filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/arclog/arclog_readdb.pl

    r17274 r17280  
    1919pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    2020
    21 my $filter_records = 1;
     21my $filter_records = 0;
    2222
    2323my $rcfile = "$ENV{HOME}/.arclogrc";
     
    6464
    6565    # do not print filtered records
    66     if (defined $filter_records) {
     66    if ($filter_records) {
    6767        foreach my $filter (@myfilters) {
    6868            next RECORDS if $event =~ /$filter/;
Note: See TracChangeset for help on using the changeset viewer.