From: Paul Poulain <[email protected]>

NFC on opac-detail
---
 opac/opac-detail.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl
index d43651b..e3ce0a5 100755
--- a/opac/opac-detail.pl
+++ b/opac/opac-detail.pl
@@ -71,6 +71,8 @@ if ( ! $record ) {
     exit;
 }
 $template->param( biblionumber => $biblionumber );
+       use C4::Charset;
+       SetUTF8Flag($record);
 # XSLT processing of some stuff
 if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
     $template->param(
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to