mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02: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
|
// 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…
x
Reference in New Issue
Block a user