aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-18 11:10:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-18 11:10:56 +0000
commitd1d12ec9861deaf4b850cd1168182471c2712512 (patch)
treed7f85b23d00162c646226f6e9797db2bd7452e87 /phpBB/includes/functions.php
parent2138667953c04edab862de7ec9019989e5eef157 (diff)
downloadforums-d1d12ec9861deaf4b850cd1168182471c2712512.tar
forums-d1d12ec9861deaf4b850cd1168182471c2712512.tar.gz
forums-d1d12ec9861deaf4b850cd1168182471c2712512.tar.bz2
forums-d1d12ec9861deaf4b850cd1168182471c2712512.tar.xz
forums-d1d12ec9861deaf4b850cd1168182471c2712512.zip
grr
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8440 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-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'))
{