From 7ad18fac740b3010b176b5660e5643e8414e07ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Fri, 14 May 2010 13:32:08 +0000 Subject: [PATCH] Improved calendar_boupdate::find_event() (#2582) --- calendar/inc/class.calendar_boupdate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_boupdate.inc.php b/calendar/inc/class.calendar_boupdate.inc.php index 956372d142..ec9dad6aaf 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -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) {