[Mapbender-commits] r1904 - trunk/mapbender/owsproxy/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Dec 7 09:07:24 EST 2007
Author: verenadiewald
Date: 2007-12-07 09:07:15 -0500 (Fri, 07 Dec 2007)
New Revision: 1904
Modified:
trunk/mapbender/owsproxy/http/classes/class_QueryHandler.php
Log:
removed require_once for class_mb_exception because it's already included in index.php
Modified: trunk/mapbender/owsproxy/http/classes/class_QueryHandler.php
===================================================================
--- trunk/mapbender/owsproxy/http/classes/class_QueryHandler.php 2007-12-07 09:04:52 UTC (rev 1903)
+++ trunk/mapbender/owsproxy/http/classes/class_QueryHandler.php 2007-12-07 14:07:15 UTC (rev 1904)
@@ -16,8 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-require_once("../../../http/classes/class_mb_exception.php");
-
/**
* class to handle the querystring and the params
*/
More information about the Mapbender_commits
mailing list