mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -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 != '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user