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.30,1.31


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha search.pl,1.30,1.31
Date: Sun, 11 May 2003 00:31:39 -0700

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 ----




reply via email to

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