From d1d12ec9861deaf4b850cd1168182471c2712512 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 18 Mar 2008 11:10:56 +0000 Subject: [PATCH] grr git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8440 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 4 ---- 1 file changed, 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'] = '' . $row['username'] . ''; } - else - { - $row['username'] = $row['username']; - } if (!isset($online_users['hidden_users'][$row['user_id']]) || $auth->acl_get('u_viewonline')) {