koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/search.marc search.pl,1.8,1.9
Date: Fri, 02 May 2003 06:06:37 -0700

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,
                                });




reply via email to

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