Changeset 2793


Ignore:
Timestamp:
2001-10-11T17:00:18+13:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugin.pm

    r2785 r2793  
    106106    }
    107107   
    108     $file =~ s/([^\\\/]+)$/$1/;
     108    $file =~ s/.*?([^\\\/]+)$/$1/;
    109109    print $failhandle "$file: no plugin could process this file\n";
    110110    $stats->{'num_not_processed'} ++;
Note: See TracChangeset for help on using the changeset viewer.