[Mapbender-commits] r2909 - trunk/mapbender/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 4 04:18:47 EDT 2008


Author: christoph
Date: 2008-09-04 04:18:46 -0400 (Thu, 04 Sep 2008)
New Revision: 2909

Modified:
   trunk/mapbender/lib/database-mysql.php
Log:
wrong link to classes

Modified: trunk/mapbender/lib/database-mysql.php
===================================================================
--- trunk/mapbender/lib/database-mysql.php	2008-09-04 08:12:25 UTC (rev 2908)
+++ trunk/mapbender/lib/database-mysql.php	2008-09-04 08:18:46 UTC (rev 2909)
@@ -53,8 +53,8 @@
  *  Notice the global vars $sys_dbhost,$sys_dbuser,$sys_dbpasswd,$sys_dbname that must be set up 
  *  in other functions in this library
  */
-include_once(dirname(__FILE__)."/../../http/classes/class_mb_exception.php");
-include_once(dirname(__FILE__)."/../../http/classes/class_checkInput.php");
+include_once(dirname(__FILE__)."/../http/classes/class_mb_exception.php");
+include_once(dirname(__FILE__)."/../http/classes/class_checkInput.php");
 function db_escapestring($unescaped_string){
 	return @mysql_escape_string($unescaped_string);
 }



More information about the Mapbender_commits mailing list