[Koha-cvs] CVS: koha/search.marc search.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Fri May 2 15:06:37 CEST 2003


Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1:/tmp/cvs-serv11435/search.marc

Modified Files:
	search.pl 
Log Message:
fix for 415

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** search.pl	1 Apr 2003 12:27:29 -0000	1.8
--- search.pl	2 May 2003 13:06:33 -0000	1.9
***************
*** 39,44 ****
  my $dbh = C4::Context->dbh;
  
- my ($loggedinuser, $cookie, $sessionID) = checkauth($query, ($type eq 'opac') ? (1) : (0));
- 
  my $startfrom=$query->param('startfrom');
  ($startfrom) || ($startfrom=0);
--- 39,42 ----
***************
*** 66,70 ****
  				type => $type,
  				authnotrequired => 0,
! 				flagsrequired => {catalogue => 1},
  				debug => 1,
  				});
--- 64,69 ----
  				type => $type,
  				authnotrequired => 0,
! 				flagsrequired => {borrowers => 1},
! #				flagsrequired => {catalogue => 1},
  				debug => 1,
  				});





More information about the Koha-cvs mailing list