aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-12 10:30:37 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-12 10:30:37 +0000
commit2d0d35db48b0c3aae9952e1cf805beebe222958c (patch)
tree343f1ecf29ef00e378429edec6746161a3a00765 /phpBB/memberlist.php
parent91b91494e201ee33d06fa86bc608f6f9fc45bdaa (diff)
downloadforums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar
forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.gz
forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.bz2
forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.xz
forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.zip
populate who is online only where required
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 51301d6ffe..424ea27739 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1531,7 +1531,7 @@ switch ($mode)
}
// Output the page
-page_header($page_title);
+page_header($page_title, false);
$template->set_filenames(array(
'body' => $template_html)