Bug 4198 - deleting an authority refreshes the page
[koha_fer] / opac / unapi
index 5cfe9a5..0f97ece 100755 (executable)
@@ -44,7 +44,7 @@ use XML::LibXML;
 use XML::LibXSLT;
 
 my $cgi = CGI->new();
-binmode(STDOUT, "utf8"); #output as utf8
+binmode(STDOUT, ":encoding(UTF-8)"); #output as utf8
 
 =head1 VARIABLES
 
@@ -198,7 +198,7 @@ sub get_transformer {
 
 =head1 AUTHOR
 
-Koha Development team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Originally written by Joshua Ferraro <jmf@liblime.com>