From f1c8e7e686a88350950ea949e1ed862cdf73ec42 Mon Sep 17 00:00:00 2001 From: acli Date: Mon, 3 Feb 2003 22:24:38 +0000 Subject: [PATCH] Forgot to use C4::Interface::CGI::Output --- opac/opac-account.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-account.pl b/opac/opac-account.pl index 68f23240c7..decafc38a6 100755 --- a/opac/opac-account.pl +++ b/opac/opac-account.pl @@ -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; -- 2.20.1