aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 19:33:57 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 19:33:57 +0000
commitec6a5740bf44facf145799b6e3ccc264e76496fe (patch)
tree449dfb428e4cd1fd7229d7bf2248788ac172f7db /phpBB/viewonline.php
parent60a18eb9d6bb99366e7d55fbf40deeaf9160428c (diff)
downloadforums-ec6a5740bf44facf145799b6e3ccc264e76496fe.tar
forums-ec6a5740bf44facf145799b6e3ccc264e76496fe.tar.gz
forums-ec6a5740bf44facf145799b6e3ccc264e76496fe.tar.bz2
forums-ec6a5740bf44facf145799b6e3ccc264e76496fe.tar.xz
forums-ec6a5740bf44facf145799b6e3ccc264e76496fe.zip
Use different folder images for posted to topics
git-svn-id: file:///svn/phpbb/trunk@3502 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index d587a73199..deb3945684 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -61,7 +61,7 @@ while ($row = $db->sql_fetchrow($result))
{
$view_online = false;
- if ($row['user_id'])
+ if ($row['user_id'] != ANONYMOUS)
{
$user_id = $row['user_id'];