forked from extern/egroupware
patch #1035 from Ulrich Spoerlein: Wrong single icon even if there are (external) participants
This commit is contained in:
parent
1629343f47
commit
08e5a52ccd
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user