[Mapbender-commits] r3657 - branches/2.5/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 9 12:16:55 EDT 2009


Author: christoph
Date: 2009-03-09 12:16:55 -0400 (Mon, 09 Mar 2009)
New Revision: 3657

Modified:
   branches/2.5/core/globalSettings.php
Log:
http://trac.osgeo.org/mapbender/ticket/312

Modified: branches/2.5/core/globalSettings.php
===================================================================
--- branches/2.5/core/globalSettings.php	2009-03-09 15:18:04 UTC (rev 3656)
+++ branches/2.5/core/globalSettings.php	2009-03-09 16:16:55 UTC (rev 3657)
@@ -24,7 +24,7 @@
 //
 // define LC_MESSAGES if unknown
 // 
-if (!defined('LC_MESSAGES')) define('LC_MESSAGES', 6);
+if (!defined('LC_MESSAGES')) define('LC_MESSAGES', LC_CTYPE);
 
 //
 // All data Mapbender handles internally are UTF-8



More information about the Mapbender_commits mailing list