svn commit: r163 - trunk/mapbender/http/php/database-pgsql.php

uli at osgeo.org uli at osgeo.org
Wed May 3 06:03:37 EDT 2006


Author: uli
Date: 2006-05-03 10:03:37+0000
New Revision: 163

Modified:
   trunk/mapbender/http/php/database-pgsql.php

Log:
include path modified

Modified: trunk/mapbender/http/php/database-pgsql.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/database-pgsql.php?view=diff&rev=163&p1=trunk/mapbender/http/php/database-pgsql.php&p2=trunk/mapbender/http/php/database-pgsql.php&r1=162&r2=163
==============================================================================
--- trunk/mapbender/http/php/database-pgsql.php	(original)
+++ trunk/mapbender/http/php/database-pgsql.php	2006-05-03 10:03:37+0000
@@ -1,6 +1,6 @@
 <?php
 # $Id$
-# http://www.mapbender.org/index.php/Installation
+# http://www.mapbender.org/index.php/database-pgsql.php
 # Copyright (C) 2002 CCGIS
 #
 # This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
  *  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("../classes/class_mb_exception.php");
+include_once("../../http/classes/class_mb_exception.php");
  
 function db_escape_string($unescaped_string){
 	return @pg_escape_string(stripslashes($unescaped_string));




More information about the Mapbender_commits mailing list