mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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
31f92ecdd7
commit
a2bbb0c94d
@ -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