[Koha-cvs] CVS: koha search.pl,1.12,1.13

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 6 02:24:50 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv28940

Modified Files:
	search.pl 
Log Message:
Added "use C4::Context" (how did I forget it earlier?)


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** search.pl	5 Oct 2002 09:46:35 -0000	1.12
--- search.pl	6 Oct 2002 00:24:48 -0000	1.13
***************
*** 24,27 ****
--- 24,28 ----
  require Exporter;
  use CGI;
+ use C4::Context;
  use C4::Search;
  use C4::Output; # no contains picktemplate





More information about the Koha-cvs mailing list