This commit is contained in:
Ralf Becker 2018-12-10 14:12:31 +01:00
parent 0f422e8b4a
commit 9b7d40316d

View File

@ -3154,7 +3154,7 @@ class calendar_ical extends calendar_boupdate
Api\Db::get_column_attribute('cal_extra_value', 'egw_cal_extra', 'calendar', 'precision'))
{
// store content compressed (Outlook/Exchange HTML garbadge is very good compressable)
if (function_exist('gzcompress'))
if (function_exists('gzcompress'))
{
$event['##'.$attributes['name']] = json_encode(array(
'gzcompress' => base64_encode(gzcompress($event['##'.$attributes['name']]))