Fix unknown qualifier issue for contact fields

This commit is contained in:
Jörg Lehrke 2010-07-27 19:37:13 +00:00
parent 80a4be76ff
commit d893fe7af0

View File

@ -679,6 +679,7 @@ class addressbook_vcal extends addressbook_bo
case 'VOICE':
case 'OTHER':
case 'CELL':
if ($rowName != 'TEL') break;
case 'WORK':
case 'HOME':
$rowName .= ';' . $pname;