Forgot to use C4::Interface::CGI::Output
authoracli <acli>
Mon, 3 Feb 2003 22:24:38 +0000 (22:24 +0000)
committeracli <acli>
Mon, 3 Feb 2003 22:24:38 +0000 (22:24 +0000)
opac/opac-account.pl

index 68f2324..decafc3 100755 (executable)
@@ -9,6 +9,7 @@ use CGI;
 use C4::Search;
 use C4::Circulation::Circ2;
 use C4::Auth;
+use C4::Interface::CGI::Output;
 use HTML::Template;
 
 my $query = new CGI;