[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin stopwords.pl,1.12,1.13
From: |
doXulting |
Subject: |
[Koha-cvs] CVS: koha/admin stopwords.pl,1.12,1.13 |
Date: |
Wed, 23 Mar 2005 01:52:00 -0800 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24705/admin
Modified Files:
stopwords.pl
Log Message:
Adding a parameter to allow acces to people with management flag
Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** stopwords.pl 25 Aug 2004 21:35:33 -0000 1.12
--- stopwords.pl 23 Mar 2005 09:51:57 -0000 1.13
***************
*** 80,84 ****
query => $input,
type => "intranet",
! flagsrequired => {parameters => 1},
authnotrequired => 0,
debug => 1,
--- 80,84 ----
query => $input,
type => "intranet",
! flagsrequired => {parameters => 1, management => 1},
authnotrequired => 0,
debug => 1,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin stopwords.pl,1.12,1.13,
doXulting <=