mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
Fix export with type filter
This commit is contained in:
parent
27e45ec31c
commit
27e14eb37a
@ -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