Fix SIF Parser

This commit is contained in:
Jörg Lehrke 2009-07-18 22:36:44 +00:00
parent 91f0b9ad9d
commit 71dfd3b2bb

View File

@ -101,6 +101,7 @@ class calendar_sif extends calendar_boupdate
function siftoegw($_sifdata) {
$vcal = new Horde_iCalendar;
$this->event = array();
$finalEvent = array();
$sysCharSet = $GLOBALS['egw']->translation->charset();
#error_log($sifData);