mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
php < 5.1 fix
This commit is contained in:
parent
a89e2693b5
commit
65748ab3e8
@ -563,7 +563,7 @@
|
|||||||
{
|
{
|
||||||
$info['info_responsible'] = $info['info_responsible'] ? explode(',',$info['info_responsible']) : array();
|
$info['info_responsible'] = $info['info_responsible'] ? explode(',',$info['info_responsible']) : array();
|
||||||
|
|
||||||
$ids[$info['info_id']] =& $info;
|
$ids[$info['info_id']] = $info;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user