diff --git a/include/block.inc.php b/include/block.inc.php index 29421cd..129db80 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -311,8 +311,9 @@ class Block * */ $res = $db->run( - "SHOW TABLES LIKE 'networkstats';" + "SHOW TABLES LIKE 'networkstats'" ); + _log($res,3); if($res !== FALSE) {