mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Subforums handling part 2, it almost works. Also added: the "Explain" link at the bottom page, can be removed easily before official release if necessary.
git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -171,9 +171,15 @@ class Template {
|
||||
*/
|
||||
function display($handle)
|
||||
{
|
||||
if (!empty($_REQUEST['explain']))
|
||||
{
|
||||
global $db;
|
||||
echo $this->sql_report();
|
||||
return TRUE;
|
||||
}
|
||||
$_str = '';
|
||||
|
||||
if ( !($this->compile_load($_str, $handle, true)) )
|
||||
if (!$this->compile_load($_str, $handle, true))
|
||||
{
|
||||
if ( !$this->loadfile($handle) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user