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

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

Modified files:
	opac           : opac-addbookbybiblionumber.pl 

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

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

Patches:
Index: koha/opac/opac-addbookbybiblionumber.pl
diff -u koha/opac/opac-addbookbybiblionumber.pl:1.1.2.2 koha/opac/opac-addbookbybiblionumber.pl:1.1.2.3
--- koha/opac/opac-addbookbybiblionumber.pl:1.1.2.2	Fri Mar 25 17:04:27 2005
+++ koha/opac/opac-addbookbybiblionumber.pl	Fri Feb  3 21:03:57 2006
@@ -2,7 +2,7 @@
 #script to provide bookshelf management
 # WARNING: This file uses 4-character tabs!
 #
-# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.2 2005/03/25 17:04:27 tipaul Exp $
+# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.3 2006/02/03 21:03:57 kados Exp $
 #
 # Copyright 2000-2002 Katipo Communications
 #
@@ -78,11 +78,16 @@
 						LibraryName => C4::Context->preference("LibraryName"),
 						suggestion => C4::Context->preference("suggestion"),
 						virtualshelves => C4::Context->preference("virtualshelves"),
+						OpacNav => C4::Context->preference("OpacNav"),
 						);
 
 	output_html_with_http_headers $query, $cookie, $template->output;
 }
 # $Log: opac-addbookbybiblionumber.pl,v $
+# Revision 1.1.2.3  2006/02/03 21:03:57  kados
+# Updating script for new system preference: OpacNav
+# ----------------------------------------------------------------------
+#
 # Revision 1.1.2.2  2005/03/25 17:04:27  tipaul
 # adding virtual shelves & suggestions button to the top
 #





More information about the Koha-cvs mailing list