patch #1035 from Ulrich Spoerlein: Wrong single icon even if there are (external) participants

This commit is contained in:
Ralf Becker 2007-10-12 06:42:55 +00:00
parent e024ecd870
commit 1d7cb251f2

View File

@ -395,7 +395,7 @@ class uical
// icons for single user, multiple users or group(s) and resources
foreach($event['participants'] as $uid => $status)
{
if(is_numeric($uid))
if(is_numeric($uid) || $uid{0} == 'c')
{
if (isset($icons['single']) || $GLOBALS['egw']->accounts->get_type($uid) == 'g')
{