[Koha-cvs] koha/C4 Auth.pm [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Apr 14 19:01:13 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/04/14 17:01:13

Modified files:
	C4             : Auth.pm 

Log message:
	enable TemplateEncoding for Intranet templates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Auth.pm.diff?only_with_tag=rel_2_2&tr1=1.36.2.15&tr2=1.36.2.16&r1=text&r2=text

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.15 koha/C4/Auth.pm:1.36.2.16
--- koha/C4/Auth.pm:1.36.2.15	Thu Apr 13 20:27:22 2006
+++ koha/C4/Auth.pm	Fri Apr 14 17:01:12 2006
@@ -210,6 +210,7 @@
 		);
 	}
 	$template->param(
+				TemplateEncoding => C4::Context->preference("TemplateEncoding"),
 				AmazonContent => C4::Context->preference("AmazonContent"),
 			     LibraryName => C4::Context->preference("LibraryName"),
 		);





More information about the Koha-cvs mailing list