forked from extern/egroupware
Fix unknown qualifier issue for contact fields
This commit is contained in:
parent
a5ba32b8b6
commit
06ba097082
@ -696,6 +696,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
case 'VOICE':
|
||||
case 'OTHER':
|
||||
case 'CELL':
|
||||
if ($rowName != 'TEL') break;
|
||||
case 'WORK':
|
||||
case 'HOME':
|
||||
$rowName .= ';' . $pname;
|
||||
|
Loading…
Reference in New Issue
Block a user