[Koha-cvs] koha/opac opac-shelves.pl

Joshua Ferraro jmf at kados.org
Sun May 21 04:30:17 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/21 02:30:17

Modified files:
	opac           : opac-shelves.pl 

Log message:
	syncing dev-week and HEAD

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-shelves.pl.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: koha/opac/opac-shelves.pl
diff -u koha/opac/opac-shelves.pl:1.7 koha/opac/opac-shelves.pl:1.8
--- koha/opac/opac-shelves.pl:1.7	Wed May  4 09:02:38 2005
+++ koha/opac/opac-shelves.pl	Sun May 21 02:30:17 2006
@@ -2,7 +2,7 @@
 #script to provide bookshelf management
 # WARNING: This file uses 4-character tabs!
 #
-# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.7 2005/05/04 09:02:38 tipaul Exp $
+# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.8 2006/05/21 02:30:17 kados Exp $
 #
 # Copyright 2000-2002 Katipo Communications
 #
@@ -58,8 +58,6 @@
 my ($shelflist) = GetShelfList($loggedinuser,2);
 
 $template->param({	loggedinuser => $loggedinuser,
-					suggestion => C4::Context->preference("suggestion"),
-					virtualshelves => C4::Context->preference("virtualshelves"),
 				});
 SWITCH: {
 	if ($query->param('op') eq 'modifsave') {
@@ -186,6 +184,9 @@
 
 #
 # $Log: opac-shelves.pl,v $
+# Revision 1.8  2006/05/21 02:30:17  kados
+# syncing dev-week and HEAD
+#
 # Revision 1.7  2005/05/04 09:02:38  tipaul
 # synch'ing 2.2 and head
 #





More information about the Koha-cvs mailing list