mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
e31c05f065
1 changed files with 0 additions and 6 deletions
|
@ -1037,12 +1037,6 @@ abstract class driver implements driver_interface
|
|||
function sql_report($mode, $query = '')
|
||||
{
|
||||
global $cache, $starttime, $phpbb_root_path, $phpbb_path_helper;
|
||||
global $request;
|
||||
|
||||
if (is_object($request) && !$request->variable('explain', false))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!$query && $this->query_hold != '')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue