From 3b775ca002a8ca56cb1f7b02b322cc841da2bcfb Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 14 May 2015 16:08:42 +0200 Subject: [PATCH] remove unused comment --- agents/toplevel/HtmlAgent.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/agents/toplevel/HtmlAgent.inc b/agents/toplevel/HtmlAgent.inc index a841af8e..6a8e4ac5 100644 --- a/agents/toplevel/HtmlAgent.inc +++ b/agents/toplevel/HtmlAgent.inc @@ -73,7 +73,6 @@ // Set Locale and Load translation if(!is_null($locale)) { - //$locale = sprintf('%s_%s.UTF-8', $locale, strtoupper($locale)); putenv("LC_ALL=$locale"); setlocale(LC_ALL, $locale); \Locale::setDefault($locale);