mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Do not show out dated vacation in vacation notice
This commit is contained in:
parent
e4ea46f1f1
commit
26c6a96894
@ -4117,6 +4117,7 @@ class mail_ui
|
||||
$dtfrmt = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];
|
||||
$refreshData['vacationnotice'] = lang('Vacation notice is active');
|
||||
$refreshData['vacationrange'] = ($vacation['status']=='by_date'? common::show_date($vacation['start_date'],$dtfrmt,true).($vacation['end_date']>$vacation['start_date']?'->'.common::show_date($vacation['end_date']+ 24*3600-1,$dtfrmt,true):''):'');
|
||||
if ($vacation['end_date']+ 24*3600 < time())$refreshData = '';
|
||||
}
|
||||
}
|
||||
if ($vacation==false)
|
||||
|
Loading…
Reference in New Issue
Block a user