fix broken ical export
This commit is contained in:
parent
400dc093c6
commit
299652e070
|
@ -38,7 +38,7 @@ function user_ical() {
|
|||
$html .= "LOCATION:" . $shift['room_name'] . "\r\n";
|
||||
$html .= "END:VEVENT\r\n";
|
||||
}
|
||||
$html .= "END:VCALENDAR\r\n";
|
||||
$html .= "END:VCALENDAR";
|
||||
header("Content-Length: " . strlen($html));
|
||||
echo $html;
|
||||
die();
|
||||
|
|
Loading…
Reference in New Issue