From 71b63a361d323428844ac5ad0ab8448e08697102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 20 Sep 2012 08:30:09 +0000 Subject: [PATCH] --- cis/public/freebusy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/public/freebusy.php b/cis/public/freebusy.php index 2e2d2484b..0cf7667aa 100755 --- a/cis/public/freebusy.php +++ b/cis/public/freebusy.php @@ -91,7 +91,7 @@ else } fclose($fp); - $ical->importFreeBusy($doc, $row->freebusytyp_kurzbz); + $ical->importFreeBusy($doc, 'LVPLAN'); } echo $ical->getFreeBusy(); echo "\nEND:VCALENDAR";