$this,
new Horde_Date(array('year' => $this->year,
'month' => $this->month,
- 'mday' => $this->mday)),
- $GLOBALS['display_calendars'],
- true, false, false);
+ 'mday' => $this->mday)));
$this->_events = array_shift($events);
} catch (Exception $e) {
$GLOBALS['notification']->push($e, 'horde.error');
}
$endDate = new Horde_Date($day);
try {
- $allevents = Kronolith::listEvents($this->startDate, $endDate,
- $GLOBALS['display_calendars'],
- true, false, false);
+ $allevents = Kronolith::listEvents($this->startDate, $endDate);
} catch (Exception $e) {
$GLOBALS['notification']->push($e, 'horde.error');
$allevents = array();