mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-21 05:29:07 +02:00
Fix unknown qualifier issue for contact fields
This commit is contained in:
@@ -696,6 +696,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
case 'VOICE':
|
case 'VOICE':
|
||||||
case 'OTHER':
|
case 'OTHER':
|
||||||
case 'CELL':
|
case 'CELL':
|
||||||
|
if ($rowName != 'TEL') break;
|
||||||
case 'WORK':
|
case 'WORK':
|
||||||
case 'HOME':
|
case 'HOME':
|
||||||
$rowName .= ';' . $pname;
|
$rowName .= ';' . $pname;
|
||||||
|
Reference in New Issue
Block a user