[Koha-patches] [PATCH 6/7] [MT2306_2271] Fixed an encoding bug in the documentation

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Fri Feb 26 21:37:48 CET 2010


Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 opac/ilsdi.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl
index 6cca985..f32dbb3 100755
--- a/opac/ilsdi.pl
+++ b/opac/ilsdi.pl
@@ -20,6 +20,8 @@
 use strict;
 use warnings;
 
+use List::MoreUtils qw(any);
+
 use C4::ILSDI::Services;
 use C4::Auth;
 use C4::Output;
-- 
1.6.3.3




More information about the Koha-patches mailing list