From 962c6e9eea12b05800ab6808c530735cf2564de7 Mon Sep 17 00:00:00 2001 From: zebardy Date: Sun, 17 Nov 2019 21:49:45 +0000 Subject: [PATCH] fix errent line that should have been commented --- services/DatabaseService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/DatabaseService.php b/services/DatabaseService.php index 148cc978..b8150e93 100644 --- a/services/DatabaseService.php +++ b/services/DatabaseService.php @@ -26,7 +26,7 @@ class PDOWrap #$time_start = microtime(true); if(in_array($name, array("exec","query"))) { - fwrite($fp, array_values($pars)[0] . "\n"); + #fwrite($fp, array_values($pars)[0] . "\n"); $result = call_user_func_array([$this->instance,$name],$pars); }else{ $result = call_user_func_array([$this->instance,$name],$pars);