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

Joshua Ferraro jmf at kados.org
Sun May 21 04:11:29 CEST 2006


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

Modified files:
	opac           : opac-basket.pl 

Log message:
	syncing dev-week and HEAD

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

Patches:
Index: koha/opac/opac-basket.pl
diff -u koha/opac/opac-basket.pl:1.7 koha/opac/opac-basket.pl:1.8
--- koha/opac/opac-basket.pl:1.7	Wed Oct 26 09:13:11 2005
+++ koha/opac/opac-basket.pl	Sun May 21 02:11:29 2006
@@ -60,9 +60,6 @@
 # my $itemsarray=\@items;
 
 $template->param(BIBLIO_RESULTS => $resultsarray,
-			     LibraryName => C4::Context->preference("LibraryName"),
-				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