1
0
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:
Ludovic Arnaud
2002-10-10 01:02:47 +00:00
parent c677640b64
commit 58ddae0c90
3 changed files with 120 additions and 124 deletions

View File

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