[Koha-cvs] CVS: koha search.pl,1.6.2.18,1.6.2.19

Chris Cormack rangi at users.sourceforge.net
Sat Dec 7 05:16:22 CET 2002


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

Modified Files:
      Tag: rel-1-2
	search.pl 
Log Message:
fixing syntax error


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.18
retrieving revision 1.6.2.19
diff -C2 -r1.6.2.18 -r1.6.2.19
*** search.pl	13 Nov 2002 03:02:45 -0000	1.6.2.18
--- search.pl	7 Dec 2002 04:16:19 -0000	1.6.2.19
***************
*** 12,16 ****
  my $type=$query->param('type');
  
! my ($loggedinuser, $cookie, $sessionID) = checkauth($query, (1);
  
  
--- 12,16 ----
  my $type=$query->param('type');
  
! my ($loggedinuser, $cookie, $sessionID) = checkauth($query, 1);
  
  





More information about the Koha-cvs mailing list