[Koha-cvs] CVS: koha/admin stopwords.pl,1.12,1.13

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:52:00 CET 2005


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,





More information about the Koha-cvs mailing list