mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +01:00
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
aceb318fb0
commit
b4452484d8
@ -907,7 +907,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
{
|
{
|
||||||
foreach($fields as $field)
|
foreach($fields as $field)
|
||||||
{
|
{
|
||||||
$contact[$field] = null;
|
if ($field != 'fileas_type') $contact[$field] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user