* Calendar/CalDAV/eSync: 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:13:56 +00:00
parent 276a2516cf
commit cc52575549

View File

@ -2799,11 +2799,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)