mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed (maybe PHP5 related error) that caused the selection of multiple cats to fail
This commit is contained in:
parent
feb65c8e10
commit
a962d8cbf7
@ -684,6 +684,8 @@
|
||||
{
|
||||
if (is_array($new))
|
||||
{
|
||||
if (!is_array($old)) $old = (array) $old;
|
||||
|
||||
foreach($new as $k => $v)
|
||||
{
|
||||
if (!is_array($v) || !isset($old[$k]))
|
||||
|
Loading…
Reference in New Issue
Block a user