mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02: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:
@@ -148,8 +148,8 @@ class acp_groups
|
|||||||
'action' => $action))
|
'action' => $action))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'set_default_on_all':
|
case 'set_default_on_all':
|
||||||
if (confirm_box(true))
|
if (confirm_box(true))
|
||||||
{
|
{
|
||||||
@@ -199,6 +199,7 @@ class acp_groups
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'deleteusers':
|
case 'deleteusers':
|
||||||
if (empty($mark_ary))
|
if (empty($mark_ary))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user