Fix replacement of alarm values
This commit is contained in:
parent
875a76c801
commit
e2119d0430
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ class kolab_calendar
|
|||
|
||||
// The web client only supports DISPLAY type of alarms
|
||||
if (!empty($record['alarms']))
|
||||
$record['alarms'] = preg_replace('/:[A-Z]+$/', 'DISPLAY', $record['alarms']);
|
||||
$record['alarms'] = preg_replace('/:[A-Z]+$/', ':DISPLAY', $record['alarms']);
|
||||
|
||||
// remove empty recurrence array
|
||||
if (empty($record['recurrence']))
|
||||
|
|
Loading…
Add table
Reference in a new issue