forked from extern/egroupware
Fix empty field issue
This commit is contained in:
parent
0b79a0466d
commit
de840a1fcc
@ -1222,7 +1222,7 @@ class Horde_iCalendar {
|
||||
$attr_string = $name . $params_str;
|
||||
if (strlen($value) > 0) {
|
||||
$attr_string .= ':' . $value;
|
||||
} elseif ($name != 'RRULE') {
|
||||
} elseif ($name != 'RRULE' && $name != 'ATTENDEE' && $name != 'ORGANIZER') {
|
||||
$attr_string .= ':';
|
||||
}
|
||||
if (!$this->isOldFormat()) {
|
||||
|
Loading…
Reference in New Issue
Block a user