mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Remove unexecutable code
(to satisfy Scrutenizer)
This commit is contained in:
parent
f0c3b474b0
commit
eb51009ebd
@ -161,7 +161,6 @@ class admin_import_groups_csv implements importexport_iface_import_plugin {
|
||||
// not supported action
|
||||
default :
|
||||
die('condition / action not supported!!!');
|
||||
break;
|
||||
}
|
||||
if ($action['last']) break;
|
||||
}
|
||||
|
@ -174,7 +174,6 @@ class admin_import_users_csv implements importexport_iface_import_plugin {
|
||||
// not supported action
|
||||
default :
|
||||
die('condition / action not supported!!!');
|
||||
break;
|
||||
}
|
||||
if ($action['last']) break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user