1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

I updated my copy with the Area51 template so here it is, along with a couple of bugfixes :]

git-svn-id: file:///svn/phpbb/trunk@2918 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2002-10-03 23:50:39 +00:00
parent aee5fbcd8a
commit 71c288bd21
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ class Template {
if (!empty($_REQUEST['explain']))
{
global $db;
echo $this->sql_report();
echo $db->sql_report;
return TRUE;
}
$_str = '';