aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 79d20f1c8e..283ab94cf3 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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'))
{