From 75da0b6f74203c6ea2656a1bbcf6bacba17a15c6 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 29 May 2008 06:47:49 -0400
Subject: [PATCH] -fixed last commit

---
 program/include/rcmail.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 85f775a..5b8e74c 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -162,9 +162,9 @@
     }
     
     $_SESSION['language'] = $this->user->language = $this->language_prop($this->config->get('language'));
-    
+
     // set localization
-    setlocale(LC_ALL, $_SESSION['language']);
+    setlocale(LC_ALL, $_SESSION['language'] . '.utf8');
   }
   
   

--
Gitblit v1.9.1