mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02: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);
|
$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']);
|
$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);
|
$end_time = ' - '.$phpgw->common->show_date($temp_time['raw'],$this->users_timeformat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user