[Mapbender-commits] r5028 - branches/2.6/http/php
trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Nov 24 05:20:29 EST 2009
Author: verenadiewald
Date: 2009-11-24 05:20:25 -0500 (Tue, 24 Nov 2009)
New Revision: 5028
Modified:
branches/2.6/http/php/mod_customTree_server.php
trunk/mapbender/http/php/mod_customTree_server.php
Log:
changed exception to notice
Modified: branches/2.6/http/php/mod_customTree_server.php
===================================================================
--- branches/2.6/http/php/mod_customTree_server.php 2009-11-24 10:03:50 UTC (rev 5027)
+++ branches/2.6/http/php/mod_customTree_server.php 2009-11-24 10:20:25 UTC (rev 5028)
@@ -19,7 +19,7 @@
$queryObj = $json->decode(stripslashes($_REQUEST['queryObj']));
$resultObj = array();
$data = array();
-$e = new mb_exception("command: " . $queryObj->command);
+$e = new mb_notice("command: " . $queryObj->command);
$userId = $_SESSION[mb_user_id];
$user = new User($userId);
Modified: trunk/mapbender/http/php/mod_customTree_server.php
===================================================================
--- trunk/mapbender/http/php/mod_customTree_server.php 2009-11-24 10:03:50 UTC (rev 5027)
+++ trunk/mapbender/http/php/mod_customTree_server.php 2009-11-24 10:20:25 UTC (rev 5028)
@@ -19,7 +19,7 @@
$queryObj = $json->decode($_REQUEST['queryObj']);
$resultObj = array();
$data = array();
-$e = new mb_exception("command: " . $queryObj->command);
+$e = new mb_notice("command: " . $queryObj->command);
$userId = Mapbender::session()->get("mb_user_id");
$user = new User($userId);
More information about the Mapbender_commits
mailing list