[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/import breeding.pl,1.2,1.3
From: |
doXulting |
Subject: |
[Koha-cvs] CVS: koha/import breeding.pl,1.2,1.3 |
Date: |
Wed, 23 Mar 2005 01:57:49 -0800 |
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/import breeding.pl,1.2,1.3,
doXulting <=
- Prev by Date:
[Koha-cvs] CVS: koha/export marc.pl,1.4,1.5
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports cat_issues_top.tmpl,NONE,1.1 bor_issues_top.tmpl,NONE,1.1 reports-home.tmpl,1.17,1.18 issues_avg_stats.tmpl,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/export marc.pl,1.4,1.5
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports cat_issues_top.tmpl,NONE,1.1 bor_issues_top.tmpl,NONE,1.1 reports-home.tmpl,1.17,1.18 issues_avg_stats.tmpl,1.1,1.2
- Index(es):