mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:31:59 +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
|
// not supported action
|
||||||
default :
|
default :
|
||||||
die('condition / action not supported!!!');
|
die('condition / action not supported!!!');
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if ($action['last']) break;
|
if ($action['last']) break;
|
||||||
}
|
}
|
||||||
|
@ -174,7 +174,6 @@ class admin_import_users_csv implements importexport_iface_import_plugin {
|
|||||||
// not supported action
|
// not supported action
|
||||||
default :
|
default :
|
||||||
die('condition / action not supported!!!');
|
die('condition / action not supported!!!');
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if ($action['last']) break;
|
if ($action['last']) break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user