mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix for bug #1552616 => disapearing resources in calendar
This commit is contained in:
parent
058e175669
commit
325bd84d47
@ -76,6 +76,7 @@ class resources_select_widget
|
||||
|
||||
if ($value)
|
||||
{
|
||||
$value = is_array($value) ? $value : explode(',',$value);
|
||||
foreach((array)$value as $id)
|
||||
{
|
||||
list($res_id,$quantity) = explode(':',$id);
|
||||
|
Loading…
Reference in New Issue
Block a user