From 41f587d5843b3de4ca2f1521c84dd3b94e5e1848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Thu, 11 Feb 2010 21:04:10 +0000 Subject: [PATCH] Fix wrong classification in get_event_info() again --- 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 dffae9868a..2416281d4f 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -1544,7 +1544,7 @@ class calendar_boupdate extends calendar_bo } } } - if ($filter != 'master' && $filter != 'exact' ) + if ($filter != 'master' && ($filter != 'exact' || empty($event['uid']))) { if (isset($event['whole_day']) && $event['whole_day']) {