mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix for bug #417168
This commit is contained in:
parent
76a8955574
commit
6a9d8a6fca
@ -1011,7 +1011,7 @@ class calendar extends calendar_
|
||||
$start_time = $phpgw->common->show_date($lr_events->datetime,$this->users_timeformat);
|
||||
}
|
||||
|
||||
if($lr_events->edatetime > ($date['raw'] + 86400))
|
||||
if($lr_events->edatetime >= ($date['raw'] + 86400))
|
||||
{
|
||||
$temp_time = $this->makegmttime(23,59,59,$date['month'],$date['day'],$date['year']);
|
||||
$end_time = ' - '.$phpgw->common->show_date($temp_time['raw'],$this->users_timeformat);
|
||||
|
Loading…
Reference in New Issue
Block a user