[Mapbender-commits] r2945 - branches/2.5/http/tools

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Sep 16 11:46:34 EDT 2008


Author: mschulz
Date: 2008-09-16 11:46:34 -0400 (Tue, 16 Sep 2008)
New Revision: 2945

Modified:
   branches/2.5/http/tools/mod_monitorCapabilities_main.php
Log:
changed column name isImage to image

Modified: branches/2.5/http/tools/mod_monitorCapabilities_main.php
===================================================================
--- branches/2.5/http/tools/mod_monitorCapabilities_main.php	2008-09-16 15:09:17 UTC (rev 2944)
+++ branches/2.5/http/tools/mod_monitorCapabilities_main.php	2008-09-16 15:46:34 UTC (rev 2945)
@@ -184,7 +184,7 @@
 	if ($status[$i] == -2 && intval(time())-intval($timestamp_begin[$i]) > intval(TIME_LIMIT)) {
 		$comment[$i] = "Monitoring process timed out.";
 		$status[$i] = -1;	
-		$new_sql = "UPDATE mb_monitor SET status = '-1', isImage = '-1', status_comment = 'Monitoring process timed out.', timestamp_end = $1 WHERE fkey_wms_id = $2 AND upload_id = $3";
+		$new_sql = "UPDATE mb_monitor SET status = '-1', image = '-1', status_comment = 'Monitoring process timed out.', timestamp_end = $1 WHERE fkey_wms_id = $2 AND upload_id = $3";
 		$new_v = array((intval($upload_id[$i])+intval(TIME_LIMIT)), $wms_id[$i], $time);
 		$new_t = array('s', 'i', 's');
 		$new_res = db_prep_query($new_sql,$new_v,$new_t);



More information about the Mapbender_commits mailing list