[Koha-cvs] CVS: koha search.pl,1.32.2.1,1.32.2.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 13 18:33:41 CET 2004


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

Modified Files:
      Tag: rel_2_0
	search.pl 
Log Message:
removing useless (& buggy here) checkauth

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -C2 -r1.32.2.1 -r1.32.2.2
*** search.pl	19 Dec 2003 17:28:42 -0000	1.32.2.1
--- search.pl	13 Jan 2004 17:33:39 -0000	1.32.2.2
***************
*** 20,23 ****
--- 20,26 ----
  
  # $Log$
+ # Revision 1.32.2.2  2004/01/13 17:33:39  tipaul
+ # removing useless (& buggy here) checkauth
+ #
  # Revision 1.32.2.1  2003/12/19 17:28:42  tipaul
  # fix for 683
***************
*** 43,50 ****
  my $type=$query->param('type');
  
- #(-e "opac") && ($type='opac');
- 
- my ($loggedinuser, $cookie, $sessionID) = checkauth($query, ($type eq 'opac') ? (1) : (0));
- 
  my $startfrom=$query->param('startfrom');
  ($startfrom) || ($startfrom=0);
--- 46,49 ----





More information about the Koha-cvs mailing list