[Koha-cvs] CVS: koha/opac opac-account.pl,1.5,1.6

Ambrose Li acli at users.sourceforge.net
Mon Feb 3 23:24:40 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv17077/opac

Modified Files:
	opac-account.pl 
Log Message:
Forgot to use C4::Interface::CGI::Output


Index: opac-account.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-account.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-account.pl	2 Feb 2003 07:18:38 -0000	1.5
--- opac-account.pl	3 Feb 2003 22:24:38 -0000	1.6
***************
*** 10,13 ****
--- 10,14 ----
  use C4::Circulation::Circ2;
  use C4::Auth;
+ use C4::Interface::CGI::Output;
  use HTML::Template;
  





More information about the Koha-cvs mailing list