[Koha-cvs] CVS: koha/admin categorie.pl,1.17,1.18

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:46:08 CET 2005


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21066/admin

Modified Files:
	categorie.pl 
Log Message:
Adding a parameter to allow acces to people with management flag

Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** categorie.pl	20 Jan 2005 20:20:57 -0000	1.17
--- categorie.pl	23 Mar 2005 09:46:05 -0000	1.18
***************
*** 74,78 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1},
  			     debug => 1,
  			     });
--- 74,78 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1, management => 1},
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list