mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
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)))
|
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();
|
$to_or = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user