[Koha-cvs] CVS: koha/admin branches.pl,1.27,1.28

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:29:32 CET 2005


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

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

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** branches.pl	30 Nov 2004 17:40:46 -0000	1.27
--- branches.pl	23 Mar 2005 09:29:30 -0000	1.28
***************
*** 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