mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +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'] &&
|
} elseif ($event['recur_type'] == $egwEvent['recur_type'] &&
|
||||||
$filter != 'master' &&
|
$filter != 'master' && ($filter == 'exact' ||
|
||||||
strpos($egwEvent['title'], $event['title']) === 0)
|
strpos($egwEvent['title'], $event['title']) === 0))
|
||||||
{
|
{
|
||||||
$matchingEvents[] = $egwEvent['id']; // we found the event
|
$matchingEvents[] = $egwEvent['id']; // we found the event
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user