diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 11:10:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 11:10:56 +0000 |
commit | d1d12ec9861deaf4b850cd1168182471c2712512 (patch) | |
tree | d7f85b23d00162c646226f6e9797db2bd7452e87 /phpBB | |
parent | 2138667953c04edab862de7ec9019989e5eef157 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
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')) { |