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:49 +00:00
parent 4a0d52e834
commit bd825787b2

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;
}
}