mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11358] Removed all trailing white spaces.
Removed all trailing white spaces with new lines. PHPBB3-11358
This commit is contained in:
committed by
Nils Adermann
parent
00b45fa4dc
commit
7d8bbcd596
@@ -142,12 +142,12 @@ class acp_groups
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case 'set_default_on_all':
|
||||
if (confirm_box(true))
|
||||
{
|
||||
$group_name = ($group_row['group_type'] == GROUP_SPECIAL) ? $user->lang['G_' . $group_row['group_name']] : $group_row['group_name'];
|
||||
|
||||
|
||||
$start = 0;
|
||||
|
||||
do
|
||||
@@ -178,7 +178,7 @@ class acp_groups
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
while ($start);
|
||||
|
||||
|
||||
trigger_error($user->lang['GROUP_DEFS_UPDATED'] . adm_back_link($this->u_action . '&action=list&g=' . $group_id));
|
||||
}
|
||||
else
|
||||
@@ -192,7 +192,7 @@ class acp_groups
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case 'deleteusers':
|
||||
if (empty($mark_ary))
|
||||
{
|
||||
|
Reference in New Issue
Block a user