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:
@@ -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'];
|
||||
|
||||
|
Reference in New Issue
Block a user