[Mapbender-commits] r3240 - branches/2.5/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Nov 17 05:55:11 EST 2008
Author: christoph
Date: 2008-11-17 05:55:11 -0500 (Mon, 17 Nov 2008)
New Revision: 3240
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 2008-11-13 13:15:35 UTC (rev 3239)
+++ branches/2.5/core/globalSettings.php 2008-11-17 10:55:11 UTC (rev 3240)
@@ -22,6 +22,11 @@
session_start();
//
+// define LC_MESSAGES if unknown
+//
+if (!defined('LC_MESSAGES')) define('LC_MESSAGES', 6);
+
+//
// All data Mapbender handles internally are UTF-8
//
mb_internal_encoding("UTF-8");
More information about the Mapbender_commits
mailing list