RRULE should not be escaped by this class in egw, because it's generated with ; in it

This commit is contained in:
Carsten Wolff 2007-04-24 08:28:57 +00:00
parent aba8bc67d3
commit e6334fe830

View File

@ -779,8 +779,9 @@ class Horde_iCalendar {
break;
// Recurrence fields.
case 'EXRULE':
case 'RRULE':
break;
case 'EXRULE':
//Text Fields
case 'SUMMARY':