forked from extern/egroupware
trying to avoid empty ENCODING I can not reproduce, but happening for some customers: TEL;TYPE="VOICE,WORK";ENCODING=:+49 (30) 123 4567
This commit is contained in:
parent
08d7b9c82f
commit
fd05a7601b
@ -369,7 +369,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
}
|
||||
elseif (!$extra_charset_attribute)
|
||||
{
|
||||
$options['ENCODING'] = '';
|
||||
unset($options['ENCODING']);
|
||||
}
|
||||
}
|
||||
$hasdata++;
|
||||
@ -448,7 +448,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
}
|
||||
elseif (!$extra_charset_attribute)
|
||||
{
|
||||
$options['ENCODING'] = '';
|
||||
unset($options['ENCODING']);
|
||||
}
|
||||
}
|
||||
if ($vcardField == 'TEL' && $entry['tel_prefer'] &&
|
||||
|
Loading…
Reference in New Issue
Block a user