[Mapbender-commits] r2600 - branches/testbaudson_dev/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 8 08:16:52 EDT 2008


Author: christoph
Date: 2008-07-08 08:16:51 -0400 (Tue, 08 Jul 2008)
New Revision: 2600

Modified:
   branches/testbaudson_dev/core/globalSettings.php
Log:
new file globalsettings

Modified: branches/testbaudson_dev/core/globalSettings.php
===================================================================
--- branches/testbaudson_dev/core/globalSettings.php	2008-07-07 17:52:30 UTC (rev 2599)
+++ branches/testbaudson_dev/core/globalSettings.php	2008-07-08 12:16:51 UTC (rev 2600)
@@ -39,6 +39,7 @@
 // I18n wrapper function, gettext
 //
 require_once(dirname(__FILE__) . "/../core/i18n.php");
+require_once(dirname(__FILE__) . "/../lib/locale.php");
 $localeObj = new Mb_locale($_SESSION["mb_lang"]);
 
 



More information about the Mapbender_commits mailing list