mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 14:06:16 +02:00
fix errent line that should have been commented
This commit is contained in:
parent
9f277f51b3
commit
962c6e9eea
|
|
@ -26,7 +26,7 @@ class PDOWrap
|
||||||
#$time_start = microtime(true);
|
#$time_start = microtime(true);
|
||||||
if(in_array($name, array("exec","query")))
|
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);
|
$result = call_user_func_array([$this->instance,$name],$pars);
|
||||||
}else{
|
}else{
|
||||||
$result = call_user_func_array([$this->instance,$name],$pars);
|
$result = call_user_func_array([$this->instance,$name],$pars);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user