[Koha-cvs] CVS: koha/search.marc search.pl,1.19,1.20

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 23 15:46:24 CET 2004


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

Modified Files:
	search.pl 
Log Message:
using preference and not preferences  to see if marc=ON or OFF

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** search.pl	19 Nov 2004 16:41:49 -0000	1.19
--- search.pl	23 Nov 2004 14:46:21 -0000	1.20
***************
*** 195,199 ****
  							to=>$to,
  							numbers=>\@numbers,
! 							MARC_ON => C4::Context->preferences("MARC"),
  							);
  
--- 195,199 ----
  							to=>$to,
  							numbers=>\@numbers,
! 							MARC_ON => C4::Context->preference("marc"),
  							);
  





More information about the Koha-cvs mailing list