Fix email-only attendees issue

This commit is contained in:
Jörg Lehrke 2010-05-14 08:06:08 +00:00
parent bc32563b23
commit 015173f608

View File

@ -2754,7 +2754,7 @@ class calendar_ical extends calendar_boupdate
{ {
$email = 'no-email@egroupware.org'; // set dummy email to store the CN $email = 'no-email@egroupware.org'; // set dummy email to store the CN
} }
$uid = 'e'. ($cn ? '"' . $cn . '" <' . $email . '>' : $email); $uid = 'e'. ($cn ? $cn . ' <' . $email . '>' : $email);
if ($this->log) if ($this->log)
{ {
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__ error_log(__FILE__.'['.__LINE__.'] '.__METHOD__