mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
revert failed attempt for calendar holiday issue accidentally commited with r41527
This commit is contained in:
parent
435f726bf9
commit
9d142fec14
@ -173,7 +173,7 @@ class calendar_uiviews extends calendar_ui
|
|||||||
'daywise' => True,
|
'daywise' => True,
|
||||||
);
|
);
|
||||||
$this->holidays = $this->bo->read_holidays($this->year);
|
$this->holidays = $this->bo->read_holidays($this->year);
|
||||||
array_push($this->holidays, $this->bo->read_holidays($this->year+1));
|
|
||||||
$this->check_owners_access();
|
$this->check_owners_access();
|
||||||
|
|
||||||
if($GLOBALS['egw_info']['user']['preferences']['common']['enable_dragdrop'])
|
if($GLOBALS['egw_info']['user']['preferences']['common']['enable_dragdrop'])
|
||||||
|
Loading…
Reference in New Issue
Block a user