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

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

Modified files:
	opac           : opac-ISBDdetail.pl 

Log message:
	Updating script for new system preference: OpacNav

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

Patches:
Index: koha/opac/opac-ISBDdetail.pl
diff -u koha/opac/opac-ISBDdetail.pl:1.5.2.6 koha/opac/opac-ISBDdetail.pl:1.5.2.7
--- koha/opac/opac-ISBDdetail.pl:1.5.2.6	Fri Dec  2 17:15:48 2005
+++ koha/opac/opac-ISBDdetail.pl	Fri Feb  3 21:02:24 2006
@@ -99,6 +99,7 @@
 				virtualshelves => C4::Context->preference("virtualshelves"),
 				subscriptions => \@subs,
 				subscriptionsnumber => $subscriptionsnumber,
+				OpacNav => C4::Context->preference("OpacNav"),
 );
 
 my $ISBD = C4::Context->preference('ISBD');





More information about the Koha-cvs mailing list