Begin upgrade to much better bans table. DO NOT PULL YET; It won't work.
This commit is contained in:
@@ -22,7 +22,7 @@ class PreparedQueryDebug {
|
||||
|
||||
if ($config['debug'] && $function == 'execute') {
|
||||
if ($this->explain_query) {
|
||||
$this->explain_query->execute() or error(db_error($explain_query));
|
||||
$this->explain_query->execute() or error(db_error($this->explain_query));
|
||||
}
|
||||
$start = microtime(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user