mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
|
// not supported action
|
||||||
default :
|
default :
|
||||||
die('condition / action not supported!!!');
|
die('condition / action not supported!!!');
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if ($action['stop']) break;
|
if ($action['stop']) break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user