mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +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();
|
||||
|
||||
$ids[$info['info_id']] =& $info;
|
||||
$ids[$info['info_id']] = $info;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user