1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-12 20:35:19 +02:00

Fix unknown qualifier issue for contact fields

This commit is contained in:
Jörg Lehrke
2010-07-27 19:38:01 +00:00
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;