Update mysql.php

This commit is contained in:
Roman Kelesidis 2023-10-22 16:29:26 +07:00
parent a95ababa95
commit dd5cb77cb0

View File

@ -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');