mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
This should solve the problem with repeating events.
This commit is contained in:
parent
370f7f0cab
commit
0da8fdf53e
@ -537,7 +537,7 @@ class calendar extends calendar_
|
||||
continue;
|
||||
}
|
||||
|
||||
if (($this->day_of_week($rep_events->start->year,$rep_events->start->month,$rep_events->start->mday) == $this->day_of_week($search_date_year,$search_date_month,$search_date_day)) &&
|
||||
if (($this->datetime->day_of_week($rep_events->start->year,$rep_events->start->month,$rep_events->start->mday) == $this->datetime->day_of_week($search_date_year,$search_date_month,$search_date_day)) &&
|
||||
(ceil($rep_events->start->mday/7) == ceil($search_date_day/7)))
|
||||
{
|
||||
$link[$this->repeating_event_matches++] = $id;
|
||||
|
Loading…
Reference in New Issue
Block a user