mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11358] Fixed the code according to coding guidlines.
Added proper indentation and new line after break in switch statement. PHPBB3-11358
This commit is contained in:
committed by
Nils Adermann
parent
1b39d6d65e
commit
00b45fa4dc
@@ -141,8 +141,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))
|
||||||
{
|
{
|
||||||
@@ -192,6 +192,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