6 Feb
2013
6 Feb
'13
4:29 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8942 --- Comment #39 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #37)
Created attachment 15021 [details] Bug 8942 : Adding a test to make sure we don't use single quotes for js
Hi Chris, Don't you think is better to push the complete filepath in order to avoid ambiguity between OPAC and intranet files? - push @files, { name => "$_", lines => \@lines } if @lines; + push @files, { name => $File::Find::name, lines => \@lines } if @lines; -- You are receiving this mail because: You are watching all bug changes.