* Calendar/CalDAV: not searching addressbook for CN, as match can be not unique or without an email address, causing notification to fail --> store as email address

This commit is contained in:
Ralf Becker 2012-07-24 20:14:57 +00:00
parent f1c5c8334b
commit 889f47fe9b

View File

@ -2795,11 +2795,8 @@ class calendar_ical extends calendar_boupdate
{
$cn = substr($cn,1,-1);
}
$searcharray['n_fn'] = $cn;
}
elseif ($cn)
{
$searcharray['n_fn'] = $cn;
// not searching for $cn, as match can be not unique or without an email address
// --> notification will fail, better store just as email
}
if ($this->log)