[Koha-cvs] CVS: koha request.pl,1.28.2.1,1.28.2.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 4 17:51:46 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	request.pl 
Log Message:
fixing bug in perm (needs reserveforothers, not parameters)

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -C2 -r1.28.2.1 -r1.28.2.2
*** request.pl	16 Feb 2005 21:26:02 -0000	1.28.2.1
--- request.pl	4 Oct 2005 15:51:44 -0000	1.28.2.2
***************
*** 185,189 ****
                              type => "intranet",
                              authnotrequired => 0,
!                             flagsrequired => {parameters => 1},
                           });
  $template->param(	optionloop =>\@optionloop,
--- 185,189 ----
                              type => "intranet",
                              authnotrequired => 0,
!                             flagsrequired => {reserveforothers => 1},
                           });
  $template->param(	optionloop =>\@optionloop,





More information about the Koha-cvs mailing list