mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
Fix unknown qualifier issue for contact fields
This commit is contained in:
parent
d598408a85
commit
560bccd65f
@ -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