mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
RRULE should not be escaped by this class in egw, because it's generated with ; in it
This commit is contained in:
parent
97e343da19
commit
0214de953e
@ -779,8 +779,9 @@ class Horde_iCalendar {
|
||||
break;
|
||||
|
||||
// Recurrence fields.
|
||||
case 'EXRULE':
|
||||
case 'RRULE':
|
||||
break;
|
||||
case 'EXRULE':
|
||||
|
||||
//Text Fields
|
||||
case 'SUMMARY':
|
||||
|
Loading…
Reference in New Issue
Block a user