http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622 --- Comment #18 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #17)
(In reply to Jonathan Druart from comment #14)
(In reply to Galen Charlton from comment #5)
Comment on attachment 24754 [details] [review] [review] [review] Bug 11622 - Add ability to pay fees and fines from OPAC via PayPal
Review of attachment 24754 [details] [review] [review] [review]: -----------------------------------------------------------------
::: opac/opac-account-pay-paypal-return.pl @@ +20,5 @@
+ +use strict; +use warnings; +use utf8; +
Modern::Perl I see no non-ASCII characters in the source.
Still exists.
I'm not sure what this means. Can you explain?
1/ use strict;use warnings; should be replaced with use Modern::Perl; 2/ You are using the utf8 pragma but there is no need of it, you don't have non-ASCII characters in the file. -- You are receiving this mail because: You are watching all bug changes.