Additional translations
[koha_gimpoz] / boraccount.pl
index 024e0f7..b30ef5d 100755 (executable)
@@ -26,7 +26,7 @@
 use strict;
 use C4::Auth;
 use C4::Output;
-use C4::Charset;
+use C4::Interface::CGI::Output;
 use CGI;
 use C4::Search;
 use HTML::Template;
@@ -79,7 +79,4 @@ $template->param(
                        total           => $total,
                        accounts        => \@accountrows );
 
-print $input->header(
-   -type => guesstype($template->output),
-   -cookie => $cookie
-),$template->output;
+output_html_with_http_headers $input, $cookie, $template->output;