[Koha-cvs] CVS: koha mainpage.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Mon Dec 22 15:54:56 CET 2003


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

Modified Files:
	mainpage.pl 
Log Message:
fix for #646 (logging with low rights librarian code)

Index: mainpage.pl
===================================================================
RCS file: /cvsroot/koha/koha/mainpage.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mainpage.pl	3 May 2003 03:06:01 -0000	1.8
--- mainpage.pl	22 Dec 2003 14:54:53 -0000	1.9
***************
*** 15,19 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1},
  			     debug => 1,
  			     });
--- 15,23 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {catalogue => 1, circulate => 1,
! 			     				parameters => 1, borrowers => 1,
! 							permissions =>1, reserveforothers=>1,
! 							borrow => 1, reserveforself => 1,
! 							editcatalogue => 1, updatecharges => 1, },
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list