mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Importexport: Fix missing select conversion to user friendly value
If select still had key=>value options, they were not converted before export. Fixes missing values in merge.
This commit is contained in:
parent
48063b9059
commit
4f2bef18bc
@ -362,7 +362,7 @@ class importexport_export_csv implements importexport_iface_export_record
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if($key == $name && !is_array($select_option))
|
if($key == $_name && !is_array($select_option))
|
||||||
{
|
{
|
||||||
$option = $select_option;
|
$option = $select_option;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user