even more debugging

git-svn-id: http://www.observium.org/svn/observer/trunk@1411 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-18 09:59:34 +00:00
parent 919c99126b
commit fdff9dd065

View File

@@ -49,6 +49,8 @@ while($mempool = mysql_fetch_array($mempool_data)) {
$update_query .= " WHERE `mempool_id` = '".$mempool['mempool_id']."'";
mysql_query($update_query);
if($debug) { echo($update_query); }
}