mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Improved calendar_boupdate::find_event() (#2582)
This commit is contained in:
parent
a2face5308
commit
345e955c59
@ -1755,7 +1755,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
foreach ($matchFields as $key)
|
foreach ($matchFields as $key)
|
||||||
{
|
{
|
||||||
if (!empty($event[$key]) && (empty($egwEvent[$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)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user