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

Joshua Ferraro jmf at kados.org
Wed Apr 5 16:54:33 CEST 2006


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

Modified files:
	C4             : Auth.pm 

Log message:
	Adding TemplateEncoding syspref

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

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.11 koha/C4/Auth.pm:1.36.2.12
--- koha/C4/Auth.pm:1.36.2.11	Wed Mar  8 13:46:55 2006
+++ koha/C4/Auth.pm	Wed Apr  5 14:54:33 2006
@@ -207,6 +207,7 @@
 				opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
 				opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
 				opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"),
+				TemplateEncoding => C4::Context->preference("TemplateEncoding"),
 		);
 	}
 	$template->param(
@@ -478,8 +479,10 @@
 	my $template = gettemplate($template_name, $type,$query);
 	$template->param(INPUTS => \@inputs,
 			intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-		IntranetNav => C4::Context->preference("IntranetNav"),
+			intranetstylesheet => C4::Context->preference("intranetstylesheet"),
+			IntranetNav => C4::Context->preference("IntranetNav"),
+			TemplateEncoding => C4::Context->preference("TemplateEncoding"),
+
 			);
 	$template->param(loginprompt => 1) unless $info{'nopermission'};
 





More information about the Koha-cvs mailing list