[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.19,1.20

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:40:45 CET 2005


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

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

Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** aqbookfund.pl	4 May 2004 16:17:35 -0000	1.19
--- aqbookfund.pl	23 Mar 2005 09:40:42 -0000	1.20
***************
*** 78,82 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1},
  			     debug => 1,
  			     });
--- 78,82 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1, management => 1},
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list