mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
Fix Nokia E-Series SyncML addressbook mappings
This commit is contained in:
parent
541b970842
commit
9ce97cea58
@ -842,9 +842,9 @@ class addressbook_vcal extends addressbook_bo
|
||||
&& !isset($finalRowNames['TEL;HOME;VOICE']))
|
||||
{
|
||||
$finalRowNames['TEL;HOME;VOICE'] = $vcardKey;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 'TEL;X-egw-Ref3':
|
||||
case 'TEL;X-egw-Ref3':
|
||||
if (!in_array('TEL;OTHER', $rowNames)
|
||||
&& !in_array('TEL;OTHER;VOICE', $rowNames)
|
||||
&& !isset($finalRowNames['TEL;OTHER']))
|
||||
|
Loading…
Reference in New Issue
Block a user