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

Joshua Ferraro jmf at kados.org
Sun May 21 04:32:10 CEST 2006


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

Modified files:
	opac           : opac-userdetails.pl 

Log message:
	syncing dev-week and HEAD

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

Patches:
Index: koha/opac/opac-userdetails.pl
diff -u koha/opac/opac-userdetails.pl:1.10 koha/opac/opac-userdetails.pl:1.11
--- koha/opac/opac-userdetails.pl:1.10	Tue May 31 14:23:08 2005
+++ koha/opac/opac-userdetails.pl	Sun May 21 02:32:10 2006
@@ -32,9 +32,7 @@
 
 $template->param($borr);
 $template->param(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