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:
Nils Adermann 2013-04-12 14:03:56 +02:00
commit 653666c76e

View file

@ -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))
{ {