aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 60f6551ce5..4b2f393d53 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -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))