mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 10:59:35 +01:00
"No quoted printables for GroupDAV"
This commit is contained in:
parent
91512da5c2
commit
195e55bee8
@ -70,7 +70,7 @@ class infolog_ical extends infolog_bo
|
|||||||
{
|
{
|
||||||
$vevent->setAttribute($field,$value);
|
$vevent->setAttribute($field,$value);
|
||||||
$options = array();
|
$options = array();
|
||||||
if(preg_match('/([\000-\012\015\016\020-\037\075])/',$value))
|
if($this->productManufacturer != 'GroupDAV' && preg_match('/([\000-\012\015\016\020-\037\075])/',$value))
|
||||||
{
|
{
|
||||||
$options['ENCODING'] = 'QUOTED-PRINTABLE';
|
$options['ENCODING'] = 'QUOTED-PRINTABLE';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user