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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 8 09:33:02 EDT 2008


Author: christoph
Date: 2008-07-08 09:33:00 -0400 (Tue, 08 Jul 2008)
New Revision: 2607

Modified:
   branches/2.5/core/globalSettings.php
Log:


Modified: branches/2.5/core/globalSettings.php
===================================================================
--- branches/2.5/core/globalSettings.php	2008-07-08 13:20:09 UTC (rev 2606)
+++ branches/2.5/core/globalSettings.php	2008-07-08 13:33:00 UTC (rev 2607)
@@ -5,8 +5,8 @@
 session_start();
 
 //
-//
 // All data Mapbender handles internally are UTF-8
+//
 mb_internal_encoding("UTF-8");
 
 //
@@ -29,11 +29,10 @@
 	require_once(dirname(__FILE__) . "/../http/php/database-pgsql.php"); 
 }
 
-
 //
 // class for error handling
 //
-require_once(dirname(__FILE__)."/../http/classes/class_exception.php");
+require_once(dirname(__FILE__)."/../http/classes/class_mb_exception.php");
 
 //
 // I18n wrapper function, gettext
@@ -42,7 +41,6 @@
 require_once(dirname(__FILE__) . "/../http/classes/class_locale.php");
 $localeObj = new Mb_locale($_SESSION["mb_lang"]);
 
-
 //
 // establish database connection
 //



More information about the Mapbender_commits mailing list