[Mapbender-commits] r9189 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 4 07:11:22 PDT 2015


Author: syed
Date: 2015-05-04 07:11:22 -0700 (Mon, 04 May 2015)
New Revision: 9189

Modified:
   trunk/mapbender/http/php/mb_delete_local_data.php
Log:
fix delete_local_data php-script

Modified: trunk/mapbender/http/php/mb_delete_local_data.php
===================================================================
--- trunk/mapbender/http/php/mb_delete_local_data.php	2015-05-04 13:48:27 UTC (rev 9188)
+++ trunk/mapbender/http/php/mb_delete_local_data.php	2015-05-04 14:11:22 UTC (rev 9189)
@@ -26,7 +26,6 @@
 // get post parameter
 $serial_id;
 $wmc_serial_id = $_POST["id"];
-var_dump($wmc_serial_id);die;
 // sql statement to get the wmc object and the serial_id
 $sql = 'Select wmc from mb_user_wmc where wmc_serial_id = $1 and wmc_has_local_data = 1 and fkey_user_id = $2;';
 $v = array($wmc_serial_id, $user_id);



More information about the Mapbender_commits mailing list