forked from extern/egroupware
do NOT blanc fileas_type, as it is not always set in vCard, but should be set in EGroupware
This commit is contained in:
parent
4a0d52e834
commit
bd825787b2
@ -907,7 +907,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
{
|
||||
foreach($fields as $field)
|
||||
{
|
||||
$contact[$field] = null;
|
||||
if ($field != 'fileas_type') $contact[$field] = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user