forked from extern/egroupware
fixed bug: resource calendar of multiple resources shows only one
This commit is contained in:
parent
1eecd85d1e
commit
cc5b18b9ae
@ -304,7 +304,7 @@ class socal
|
||||
}
|
||||
elseif (is_numeric(substr($user,1)))
|
||||
{
|
||||
$users_by_type[$user{0}] = (int) substr($user,1);
|
||||
$users_by_type[$user{0}][] = (int) substr($user,1);
|
||||
}
|
||||
}
|
||||
$to_or = array();
|
||||
|
Loading…
Reference in New Issue
Block a user