[Koha-cvs] koha help.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Feb 9 14:58:20 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/09 13:58:20

Modified files:
	.              : help.pl 

Log message:
	missing comma

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/help.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text

Patches:
Index: koha/help.pl
diff -u koha/help.pl:1.1.2.4 koha/help.pl:1.1.2.5
--- koha/help.pl:1.1.2.4	Sun Feb  5 21:59:20 2006
+++ koha/help.pl	Thu Feb  9 13:58:19 2006
@@ -40,7 +40,7 @@
 	$template->param(themelang => '/intranet-tmpl' . "/$theme/$lang",
 							interface => '/intranet-tmpl',
 							theme => $theme,
-							lang => $lang
+							lang => $lang,
 							intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
 		IntranetNav => C4::Context->preference("IntranetNav"),





More information about the Koha-cvs mailing list