mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
grr
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8440 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2138667953
commit
d1d12ec986
1 changed files with 0 additions and 4 deletions
|
@ -3238,10 +3238,6 @@ function obtain_users_online_string($online_users, $forum_id = 0)
|
|||
{
|
||||
$row['username'] = '<em>' . $row['username'] . '</em>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$row['username'] = $row['username'];
|
||||
}
|
||||
|
||||
if (!isset($online_users['hidden_users'][$row['user_id']]) || $auth->acl_get('u_viewonline'))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue