mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11358] Removed all trailing white spaces. [ticket/11358] Fixed the code according to coding guidlines.
This commit is contained in:
commit
653666c76e
1 changed files with 51 additions and 50 deletions
|
@ -148,8 +148,8 @@ class acp_groups
|
|||
'action' => $action))
|
||||
);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 'set_default_on_all':
|
||||
if (confirm_box(true))
|
||||
{
|
||||
|
@ -199,6 +199,7 @@ class acp_groups
|
|||
);
|
||||
}
|
||||
break;
|
||||
|
||||
case 'deleteusers':
|
||||
if (empty($mark_ary))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue