mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Patch from christian.binder-AT-freilassing.de: multiple exceptions not working
This commit is contained in:
parent
a92c5ea81a
commit
ae53106726
@ -693,7 +693,7 @@ class bocal
|
||||
{
|
||||
foreach((array)$event['recur_exception'] as $exception_ts)
|
||||
{
|
||||
$have_exception = $search_date_ymd == (int)$this->date2string($exception_ts);
|
||||
if (($have_exception = $search_date_ymd == (int)$this->date2string($exception_ts))) break;
|
||||
}
|
||||
}
|
||||
if ($this->debug && ((int) $this->debug > 3 || $this->debug == 'insert_all_repetions' || $this->debug == 'check_move_horizont' || $this->debug == 'insert_all_repitions'))
|
||||
|
Loading…
Reference in New Issue
Block a user