forked from extern/egroupware
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
|
// return from step55
|
||||||
if ($content['step'] == 'wizard_step55')
|
if ($content['step'] == 'wizard_step55')
|
||||||
{
|
{
|
||||||
array_shift($content['conditions']);
|
|
||||||
|
|
||||||
// Clear conditions that don't do anything
|
// Clear conditions that don't do anything
|
||||||
foreach($content['conditions'] as $key => $condition) {
|
foreach($content['conditions'] as $key => $condition) {
|
||||||
|
Loading…
Reference in New Issue
Block a user