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

Joshua Ferraro jmf at kados.org
Fri Feb 3 22:10:42 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:10:42

Modified files:
	opac           : opac-reserve.pl 

Log message:
	Updating script for new system preference: OpacNav

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

Patches:
Index: koha/opac/opac-reserve.pl
diff -u koha/opac/opac-reserve.pl:1.22.2.4 koha/opac/opac-reserve.pl:1.22.2.5
--- koha/opac/opac-reserve.pl:1.22.2.4	Wed Jul  6 21:28:49 2005
+++ koha/opac/opac-reserve.pl	Fri Feb  3 21:10:42 2006
@@ -177,6 +177,7 @@
 			     LibraryName => C4::Context->preference("LibraryName"),
 				suggestion => C4::Context->preference("suggestion"),
 				virtualshelves => C4::Context->preference("virtualshelves"),
+				OpacNav => C4::Context->preference("OpacNav"),
 );
 
 if ($query->param('item_types_selected')) {





More information about the Koha-cvs mailing list