[Koha-cvs] CVS: koha search.pl,1.30,1.31

Chris Cormack rangi at users.sourceforge.net
Sun May 11 09:31:39 CEST 2003


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

Modified Files:
	search.pl 
Log Message:
Removing duplicate use C4::Auth



Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** search.pl	21 Apr 2003 02:16:13 -0000	1.30
--- search.pl	11 May 2003 07:31:37 -0000	1.31
***************
*** 1,4 ****
--- 1,5 ----
  #!/usr/bin/perl
  
+ # $Id$
  # Copyright 2000-2002 Katipo Communications
  #
***************
*** 18,21 ****
--- 19,27 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # $Log$
+ # Revision 1.31  2003/05/11 07:31:37  rangi
+ # Removing duplicate use C4::Auth
+ #
+ 
  use strict;
  require Exporter;
***************
*** 25,29 ****
  use C4::Context;
  use C4::Search;
- use C4::Auth;
  use C4::Output;
  use C4::Interface::CGI::Output;
--- 31,34 ----





More information about the Koha-cvs mailing list