mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Fix exceptions before split time were disconnected from original series
This commit is contained in:
parent
59d1f23bb0
commit
003b090103
@ -1160,7 +1160,7 @@ foreach($recur_event as $_k => $_v) error_log($_k . ': ' . array2string($_v));
|
|||||||
$event['participants'] = $old_event['participants'];
|
$event['participants'] = $old_event['participants'];
|
||||||
foreach ($old_event['recur_exception'] as $key => $exdate)
|
foreach ($old_event['recur_exception'] as $key => $exdate)
|
||||||
{
|
{
|
||||||
if ($exdate > $last)
|
if ($exdate > egw_time::to($last,'ts'))
|
||||||
{
|
{
|
||||||
unset($old_event['recur_exception'][$key]);
|
unset($old_event['recur_exception'][$key]);
|
||||||
$event['recur_exception'][$key] += $offset;
|
$event['recur_exception'][$key] += $offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user