[Koha-cvs] CVS: koha/import breeding.pl,1.2,1.3

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:57:49 CET 2005


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

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

Index: breeding.pl
===================================================================
RCS file: /cvsroot/koha/koha/import/breeding.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** breeding.pl	6 Oct 2003 09:10:38 -0000	1.2
--- breeding.pl	23 Mar 2005 09:57:47 -0000	1.3
***************
*** 74,78 ****
  					type => "intranet",
  					authnotrequired => 0,
! 					flagsrequired => {parameters => 1},
  					debug => 1,
  					});
--- 74,78 ----
  					type => "intranet",
  					authnotrequired => 0,
! 					flagsrequired => {parameters => 1, management => 1, tools => 1},
  					debug => 1,
  					});
***************
*** 104,107 ****
--- 104,110 ----
  # log cleared, as marcimport is (almost) rewritten from scratch.
  # $Log$
+ # Revision 1.3  2005/03/23 09:57:47  doxulting
+ # Adding a parameter to allow acces to people with management/tools flags
+ #
  # Revision 1.2  2003/10/06 09:10:38  slef
  # Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39)





More information about the Koha-cvs mailing list