mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
* 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:
parent
276a2516cf
commit
cc52575549
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user