mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17200] Remove not needed addition
PHPBB3-17200
This commit is contained in:
parent
79b8f56427
commit
5ab3916311
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
$colour_text = ($row['group_colour']) ? ' style="color:#' . $row['group_colour'] . '"' : '';
|
$colour_text = ($row['group_colour']) ? ' style="color:#' . $row['group_colour'] . '"' : '';
|
||||||
$group_name = $group_helper->get_name($row['group_name']);
|
$group_name = $group_helper->get_name($row['group_name']);
|
||||||
|
|
||||||
if ($row['group_name'] == 'BOTS' || ($user->data['user_id'] != ANONYMOUS && !$auth->acl_get('u_viewprofile')))
|
if ($row['group_name'] == 'BOTS')
|
||||||
{
|
{
|
||||||
$legend[] = '<span' . $colour_text . '>' . $group_name . '</span>';
|
$legend[] = '<span' . $colour_text . '>' . $group_name . '</span>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue