http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12061 --- Comment #21 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 28645 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28645 Bug 12061 - tmpl_process3.pl - Include/exclude file by name Review of attachment 28645: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12061&attachment=28645) ----------------------------------------------------------------- ::: misc/translator/tmpl_process3.pl @@ +146,4 @@
|| (defined $exclude_regex && $dirent =~ /^(?:$exclude_regex)$/)) { ; } elsif (-f $path) { + my $basename = fileparse( $path );
hum, not sure to understand the change here. -- You are receiving this mail because: You are watching all bug changes.