mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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,
|
'filter'=> "user$user".($do_events ? 'date' : 'opentoday').$date_wanted,
|
||||||
'start' => 0,
|
'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']);
|
$query['col_filter']['info_type'] = explode(',',$GLOBALS['egw_info']['user']['preferences']['infolog']['cal_show']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user