mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix duplication by changed event title
This commit is contained in:
parent
4266676db2
commit
c2fc58f757
@ -1237,8 +1237,8 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
}
|
||||
} elseif ($event['recur_type'] == $egwEvent['recur_type'] &&
|
||||
$filter != 'master' &&
|
||||
strpos($egwEvent['title'], $event['title']) === 0)
|
||||
$filter != 'master' && ($filter == 'exact' ||
|
||||
strpos($egwEvent['title'], $event['title']) === 0))
|
||||
{
|
||||
$matchingEvents[] = $egwEvent['id']; // we found the event
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user