mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
fix typo
This commit is contained in:
parent
36f67321d1
commit
c3b518b7d5
@ -2993,7 +2993,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']]))
|
||||
|
Loading…
Reference in New Issue
Block a user