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

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


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

Modified files:
	opac           : opac-sidebar.pl 

Log message:
	syncing dev-week and HEAD

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

Patches:
Index: koha/opac/opac-sidebar.pl
diff -u koha/opac/opac-sidebar.pl:1.5 koha/opac/opac-sidebar.pl:1.6
--- koha/opac/opac-sidebar.pl:1.5	Wed May  4 09:02:38 2005
+++ koha/opac/opac-sidebar.pl	Sun May 21 02:30:53 2006
@@ -27,8 +27,6 @@
 
 my $self_url = $query->url(-absolute => 1);
 $template->param(url => $self_url,
-				suggestion => C4::Context->preference("suggestion"),
-				virtualshelves => C4::Context->preference("virtualshelves"),
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list