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:53:58 +00:00
parent 1629343f47
commit 08e5a52ccd

View File

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