[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin branches.pl,1.27,1.28
From: |
doXulting |
Subject: |
[Koha-cvs] CVS: koha/admin branches.pl,1.27,1.28 |
Date: |
Wed, 23 Mar 2005 01:29:32 -0800 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13189/admin
Modified Files:
branches.pl
Log Message:
Adding a parameter to allow acces to people with management flag
Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** branches.pl 30 Nov 2004 17:40:46 -0000 1.27
--- branches.pl 23 Mar 2005 09:29:30 -0000 1.28
***************
*** 74,78 ****
type => "intranet",
authnotrequired => 0,
! flagsrequired => {parameters => 1},
debug => 1,
});
--- 74,78 ----
type => "intranet",
authnotrequired => 0,
! flagsrequired => {parameters => 1, management =>
1},
debug => 1,
});
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin branches.pl,1.27,1.28,
doXulting <=