[Koha-cvs] CVS: koha/export marc.pl,1.4,1.5

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:53:24 CET 2005


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

Modified Files:
	marc.pl 
Log Message:
Adding a parameter to allow acces to people with management/tools flags

Index: marc.pl
===================================================================
RCS file: /cvsroot/koha/koha/export/marc.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** marc.pl	10 Mar 2004 03:02:43 -0000	1.4
--- marc.pl	23 Mar 2005 09:53:21 -0000	1.5
***************
*** 37,41 ****
  					type => "intranet",
  					authnotrequired => 0,
! 					flagsrequired => {parameters => 1},
  					debug => 1,
  					});
--- 37,41 ----
  					type => "intranet",
  					authnotrequired => 0,
! 					flagsrequired => {parameters => 1, management => 1, tools => 1},
  					debug => 1,
  					});





More information about the Koha-cvs mailing list