From f0868d37dfd73df6c2dfd76362af6c09b6b49a5f Mon Sep 17 00:00:00 2001 From: Vic D'Elfant Date: Thu, 12 Apr 2007 12:54:57 +0000 Subject: - Bug #9791 - Replaced .blue class with the .sep class to keep things consistent git-svn-id: file:///svn/phpbb/trunk@7329 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_attachments.php | 4 ++-- phpBB/includes/acp/acp_permissions.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/includes/acp') diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index 9ee0d0e7be..adaf39a8c5 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -775,11 +775,11 @@ class acp_attachments { $cat_right = max($cat_right, $row['right_id']); - $holding .= ''; + $holding .= ''; } else { - $s_forum_id_options .= $holding . ''; + $s_forum_id_options .= $holding . ''; $holding = ''; } } diff --git a/phpBB/includes/acp/acp_permissions.php b/phpBB/includes/acp/acp_permissions.php index 6102088c8f..4a1f209ea0 100644 --- a/phpBB/includes/acp/acp_permissions.php +++ b/phpBB/includes/acp/acp_permissions.php @@ -826,7 +826,7 @@ class acp_permissions $l_ug_list = ''; while ($row = $db->sql_fetchrow($result)) { - $l_ug_list .= (($l_ug_list != '') ? ', ' : '') . ((isset($row['group_type']) && $row['group_type'] == GROUP_SPECIAL) ? '' . $user->lang['G_' . $row['name']] . '' : $row['name']); + $l_ug_list .= (($l_ug_list != '') ? ', ' : '') . ((isset($row['group_type']) && $row['group_type'] == GROUP_SPECIAL) ? '' . $user->lang['G_' . $row['name']] . '' : $row['name']); } $db->sql_freeresult($result); -- cgit v1.2.1