mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Don't discard first definition
This commit is contained in:
parent
8cad47e22f
commit
78855f0652
@ -344,7 +344,6 @@ class importexport_wizard_basic_import_csv
|
||||
// return from step55
|
||||
if ($content['step'] == 'wizard_step55')
|
||||
{
|
||||
array_shift($content['conditions']);
|
||||
|
||||
// Clear conditions that don't do anything
|
||||
foreach($content['conditions'] as $key => $condition) {
|
||||
|
Loading…
Reference in New Issue
Block a user