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

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

Modified files:
	opac           : opac-readingrecord.pl 

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

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

Patches:
Index: koha/opac/opac-readingrecord.pl
diff -u koha/opac/opac-readingrecord.pl:1.6.2.2 koha/opac/opac-readingrecord.pl:1.6.2.3
--- koha/opac/opac-readingrecord.pl:1.6.2.2	Tue Jul 12 20:12:14 2005
+++ koha/opac/opac-readingrecord.pl	Fri Feb  3 21:09:44 2006
@@ -84,6 +84,7 @@
 			     LibraryName => C4::Context->preference("LibraryName"),
 				suggestion => C4::Context->preference("suggestion"),
 				virtualshelves => C4::Context->preference("virtualshelves"),
+				OpacNav => C4::Context->preference("OpacNav"),
 );
 
 





More information about the Koha-cvs mailing list