[Mapbender-commits] r3027 - branches/2.5/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Sep 29 05:41:26 EDT 2008


Author: astrid_emde
Date: 2008-09-29 05:41:26 -0400 (Mon, 29 Sep 2008)
New Revision: 3027

Modified:
   branches/2.5/http/classes/class_locale.php
Log:
setSystemLocales

Modified: branches/2.5/http/classes/class_locale.php
===================================================================
--- branches/2.5/http/classes/class_locale.php	2008-09-29 09:27:33 UTC (rev 3026)
+++ branches/2.5/http/classes/class_locale.php	2008-09-29 09:41:26 UTC (rev 3027)
@@ -171,11 +171,11 @@
                 $this->systemLocales['de_DE'] = array('linux' => 'de_DE.utf8',
                                         'windows' => 'German_Germany.1252',
                                         'bsd' => 'de_DE',
-                                        'posix' => 'it_IT');
+                                        'posix' => 'de_DE');
                 $this->systemLocales['en_US'] = array('linux' => 'en_US.utf8',
                                         'windows' => 'English_United States.1252',
                                         'bsd' => 'en_US',
-                                        'posix' => 'it_IT');
+                                        'posix' => 'en_US');
         }
 
         /**



More information about the Mapbender_commits mailing list