do NOT blanc fileas_type, as it is not always set in vCard, but should be set in EGroupware

This commit is contained in:
Ralf Becker 2012-04-04 17:48:05 +00:00
parent aceb318fb0
commit b4452484d8

View File

@ -907,7 +907,7 @@ class addressbook_vcal extends addressbook_bo
{
foreach($fields as $field)
{
$contact[$field] = null;
if ($field != 'fileas_type') $contact[$field] = null;
}
}