mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
More bugfixes
git-svn-id: file:///svn/phpbb/trunk@2951 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -167,13 +167,6 @@ class Template {
|
||||
*/
|
||||
function display($handle)
|
||||
{
|
||||
if (!empty($_REQUEST['explain']))
|
||||
{
|
||||
global $db;
|
||||
echo $db->sql_report;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
$_str = '';
|
||||
|
||||
if (!$this->compile_load($_str, $handle, true))
|
||||
|
Reference in New Issue
Block a user