program/steps/addressbook/export.inc | ●●●●● patch | view | raw | blame | history |
program/steps/addressbook/export.inc
@@ -86,7 +86,7 @@ foreach ($row as $key => $values) { list($field, $section) = explode(':', $key); foreach ((array)$values as $value) { if (is_array($value) || strlen($value)) if (is_array($value) || @strlen($value)) $vcard->set($field, $value, strtoupper($section)); } }