[Koha-cvs] CVS: koha/admin authorised_values.pl,1.14,1.15

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:50:39 CET 2005


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

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

Index: authorised_values.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/authorised_values.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** authorised_values.pl	16 Mar 2004 13:40:22 -0000	1.14
--- authorised_values.pl	23 Mar 2005 09:50:37 -0000	1.15
***************
*** 60,64 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1},
  			     debug => 1,
  			     });
--- 60,64 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1, management => 1},
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list