mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Handle 'None' show option
This commit is contained in:
parent
cbcb273367
commit
5cebf6be61
@ -1344,7 +1344,7 @@ class infolog_bo
|
||||
'filter'=> "user$user".($do_events ? 'date' : 'opentoday').$date_wanted,
|
||||
'start' => 0,
|
||||
);
|
||||
if ($GLOBALS['egw_info']['user']['preferences']['infolog']['cal_show'])
|
||||
if ($GLOBALS['egw_info']['user']['preferences']['infolog']['cal_show'] || $GLOBALS['egw_info']['user']['preferences']['infolog']['cal_show'] === '0')
|
||||
{
|
||||
$query['col_filter']['info_type'] = explode(',',$GLOBALS['egw_info']['user']['preferences']['infolog']['cal_show']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user