[Koha-cvs] koha/opac opac-search.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Feb 3 22:11:56 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/03 21:11:56

Modified files:
	opac           : opac-search.pl 

Log message:
	Updating script for new system preference: OpacNav
	----------------------------------------------------------------------

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-search.pl.diff?only_with_tag=rel_2_2&tr1=1.21.2.7&tr2=1.21.2.8&r1=text&r2=text

Patches:
Index: koha/opac/opac-search.pl
diff -u koha/opac/opac-search.pl:1.21.2.7 koha/opac/opac-search.pl:1.21.2.8
--- koha/opac/opac-search.pl:1.21.2.7	Thu Dec  1 13:59:11 2005
+++ koha/opac/opac-search.pl	Fri Feb  3 21:11:56 2006
@@ -212,6 +212,8 @@
 					CGIbranch => $CGIbranch,
 					suggestion => C4::Context->preference("suggestion"),
 					virtualshelves => C4::Context->preference("virtualshelves"),
+					LibraryName => C4::Context->preference("LibraryName"),
+					OpacNav => C4::Context->preference("OpacNav"),
 	);
 }
 





More information about the Koha-cvs mailing list