fix/remove code-fragment somehow not removed by rebase

This commit is contained in:
ralf 2024-07-15 13:16:08 +02:00
parent abfb542a83
commit fbaaa88f10

View File

@ -804,13 +804,6 @@ class calendar_rrule implements Iterator
$rrule['BYDAY'] = $this->monthly_byday_num .
strtoupper(substr($this->time->format('l'),0,2));
break;
case self::PERIOD:
$period = [];
foreach($this->period as $date)
{
$period[] = $date->format("Ymd\THms\Z");
}
$rrule['PERIOD'] = implode(',', $period);
}
if ($this->interval > 1)
{