mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 01:10:00 +01:00
Merge recursive to preserve sub-arrays
This commit is contained in:
parent
f6571e3446
commit
93241a65c5
@ -192,7 +192,7 @@ class importexport_export_ui {
|
|||||||
if (($prefs = $GLOBALS['egw_info']['user']['preferences']['importexport'][$definition->definition_id]) &&
|
if (($prefs = $GLOBALS['egw_info']['user']['preferences']['importexport'][$definition->definition_id]) &&
|
||||||
($prefs = unserialize($prefs)))
|
($prefs = unserialize($prefs)))
|
||||||
{
|
{
|
||||||
$content = array_merge($content,$prefs);
|
$content = array_merge_recursive($content,$prefs);
|
||||||
}
|
}
|
||||||
unset ($plugin_object);
|
unset ($plugin_object);
|
||||||
(array)$apps = importexport_helper_functions::get_apps('export');
|
(array)$apps = importexport_helper_functions::get_apps('export');
|
||||||
|
Loading…
Reference in New Issue
Block a user