mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +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
|
||||
{
|
||||
if($key == $name && !is_array($select_option))
|
||||
if($key == $_name && !is_array($select_option))
|
||||
{
|
||||
$option = $select_option;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user