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

Use different folder images for posted to topics

git-svn-id: file:///svn/phpbb/trunk@3502 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-21 19:33:57 +00:00
parent 60a18eb9d6
commit ec6a5740bf
2 changed files with 31 additions and 20 deletions

View File

@@ -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'];