revert failed attempt for calendar holiday issue accidentally commited with r41527

This commit is contained in:
Klaus Leithoff 2013-01-31 14:16:48 +00:00
parent 435f726bf9
commit 9d142fec14

View File

@ -173,7 +173,7 @@ class calendar_uiviews extends calendar_ui
'daywise' => True,
);
$this->holidays = $this->bo->read_holidays($this->year);
array_push($this->holidays, $this->bo->read_holidays($this->year+1));
$this->check_owners_access();
if($GLOBALS['egw_info']['user']['preferences']['common']['enable_dragdrop'])