Changeset 4

Show
Ignore:
Timestamp:
10/01/06 04:31:47
Author:
yohei
Message:

Miss for dir_only option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plagger/trunk/my-plugins/CustomFeed-FileList/FileList.pm

    r3 r4  
    5151    for my $file (@files) { 
    5252        my @infos = split /\s+/, $file;  
    53         next if ($self->conf->{dir_only} && $infos[0] =~ m!^d!); 
     53        next if ($self->conf->{dir_only} && $infos[0] !~ m!^d!); 
    5454 
    5555        my $title  = $infos[9];