mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Remove unreachable break
This commit is contained in:
parent
6ac0d8f45d
commit
3100e3407c
@ -225,7 +225,6 @@ class addressbook_import_contacts_csv extends importexport_basic_import_csv {
|
||||
// not supported action
|
||||
default :
|
||||
die('condition / action not supported!!!');
|
||||
break;
|
||||
}
|
||||
if ($action['stop']) break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user