forked from extern/egroupware
Fix export with type filter
This commit is contained in:
parent
45a70dcf1d
commit
ab8f7885c9
@ -100,8 +100,8 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
if(strpos($field, '#') !== 0)
|
||||
// Custom fields & listed are not filtered with contact_ prefix
|
||||
if(strpos($field, '#') !== 0 && !in_array($field, array('tid')))
|
||||
{
|
||||
$field = 'contact_'.$field;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user