From 6200b9833f345255697ad1e9174e9c12c013f40e Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 15 Dec 2005 12:47:31 +0000 Subject: [PATCH] Remove test putenv/setlocale from template. --- lib/templating/smartytemplate.inc.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/templating/smartytemplate.inc.php b/lib/templating/smartytemplate.inc.php index f9ee814..0b04774 100644 --- a/lib/templating/smartytemplate.inc.php +++ b/lib/templating/smartytemplate.inc.php @@ -106,8 +106,6 @@ class KTSmartyTemplate extends KTTemplate { if (empty($sDomain)) { $sDomain = 'knowledgeTree'; } - putenv("LANG=de_DE"); - setlocale(LC_ALL, 'de_DE'); $oRegistry =& KTi18nRegistry::getSingleton(); $oi18n = $oRegistry->geti18n($sDomain); $content = trim($content); -- libgit2 0.21.4