From a9f62b8d6d3678cd5ae4d17e7a1e5d61351c55de Mon Sep 17 00:00:00 2001 From: Ario Date: Tue, 17 Sep 2019 12:20:37 +0200 Subject: [PATCH] log --- include/block.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {