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

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


Author: christoph
Date: 2008-07-08 09:20:09 -0400 (Tue, 08 Jul 2008)
New Revision: 2606

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:18:16 UTC (rev 2605)
+++ branches/2.5/core/globalSettings.php	2008-07-08 13:20:09 UTC (rev 2606)
@@ -23,23 +23,23 @@
 // database wrapper
 //
 if(SYS_DBTYPE=="mysql") {
-	require_once(dirname(__FILE__) . "/../lib/database-mysql.php"); 
+	require_once(dirname(__FILE__) . "/../http/php/database-mysql.php"); 
 }
 else {
-	require_once(dirname(__FILE__) . "/../lib/database-pgsql.php"); 
+	require_once(dirname(__FILE__) . "/../http/php/database-pgsql.php"); 
 }
 
 
 //
 // class for error handling
 //
-require_once(dirname(__FILE__)."/../lib/exception.php");
+require_once(dirname(__FILE__)."/../http/classes/class_exception.php");
 
 //
 // I18n wrapper function, gettext
 //
 require_once(dirname(__FILE__) . "/../core/i18n.php");
-require_once(dirname(__FILE__) . "/../lib/locale.php");
+require_once(dirname(__FILE__) . "/../http/classes/class_locale.php");
 $localeObj = new Mb_locale($_SESSION["mb_lang"]);
 
 



More information about the Mapbender_commits mailing list