mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mysql.php
This commit is contained in:
parent
3670bf7c1d
commit
89da04aecd
@ -956,7 +956,7 @@ class sql_db
|
||||
if (!$this->explain_hold) break;
|
||||
|
||||
$id = $this->dbg_id-1;
|
||||
$htid = 'expl-'. spl_object_hash($this->link) .'-'. $id;
|
||||
$htid = 'expl-'. intval($this->link) .'-'. $id;
|
||||
$dbg = $this->dbg[$id];
|
||||
|
||||
$this->explain_out .= '
|
||||
|
Loading…
Reference in New Issue
Block a user