mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Improved calendar_boupdate::find_event() (#2582)
This commit is contained in:
parent
11093e933c
commit
7ad18fac74
@ -1826,7 +1826,7 @@ class calendar_boupdate extends calendar_bo
|
||||
foreach ($matchFields as $key)
|
||||
{
|
||||
if (!empty($event[$key]) && (empty($egwEvent[$key])
|
||||
|| strpos($egwEvent[$key], $event[$key]) !== 0))
|
||||
|| strpos(str_replace("\r\n", "\n", $egwEvent[$key]), $event[$key]) !== 0))
|
||||
{
|
||||
if ($this->log)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user