mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix customfields of type home-accounts not being converted
This commit is contained in:
parent
6270bc83f9
commit
89f7ced72d
@ -264,7 +264,8 @@ class importexport_export_csv implements importexport_iface_export_record
|
|||||||
$selects[$name] = $c_field['values'];
|
$selects[$name] = $c_field['values'];
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if(in_array($c_field['type'], array_keys($GLOBALS['egw_info']['apps']))) {
|
list($type) = explode('-',$c_field['type'],2);
|
||||||
|
if(in_array($type, array_keys($GLOBALS['egw_info']['apps']))) {
|
||||||
$fields['links'][] = $name;
|
$fields['links'][] = $name;
|
||||||
$links[$name] = $c_field['type'];
|
$links[$name] = $c_field['type'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user