fixed not exported participants via CalDAV

This commit is contained in:
Ralf Becker 2011-10-17 14:06:21 +00:00
parent b56fe24784
commit 77fb521ccd

View File

@ -156,6 +156,7 @@ class calendar_so
else // array with column => value pairs
{
$where = $ids;
unset($ids); // otherwise users get not read!
}
if (isset($where['cal_id'])) // prevent non-unique column-name cal_id
{