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
a95ababa95
commit
dd5cb77cb0
@ -156,10 +156,7 @@ class sql_db
|
||||
{
|
||||
$query = $this->build_sql($query);
|
||||
}
|
||||
if (SQL_PREPEND_SRC_COMM)
|
||||
{
|
||||
$query = '/* '. $this->debug_find_source() .' */ '. $query;
|
||||
}
|
||||
$query = '/* '. $this->debug_find_source() .' */ '. $query;
|
||||
$this->cur_query = $query;
|
||||
$this->debug('start');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user