koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha search.pl,1.12,1.13
Date: Sat, 05 Oct 2002 17:24:50 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]