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:
@@ -174,7 +174,7 @@ class Template {
|
||||
if (!empty($_REQUEST['explain']))
|
||||
{
|
||||
global $db;
|
||||
echo $this->sql_report();
|
||||
echo $db->sql_report;
|
||||
return TRUE;
|
||||
}
|
||||
$_str = '';
|
||||
|
Reference in New Issue
Block a user