mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11358] Removed all trailing white spaces.
Removed all trailing white spaces with new lines. PHPBB3-11358
This commit is contained in:
parent
00b45fa4dc
commit
7d8bbcd596
1 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue