mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 12:00:09 +01:00
fixed new eTemplate using InfoLog admin no longer stores multiple types as array, but comma-separated
This commit is contained in:
parent
c8a37e3c56
commit
4c8c9dc93f
@ -889,7 +889,8 @@ class infolog_so
|
|||||||
if (is_null($index_load_cfs) && $query['col_filter']['info_type'])
|
if (is_null($index_load_cfs) && $query['col_filter']['info_type'])
|
||||||
{
|
{
|
||||||
$config_data = config::read('infolog');
|
$config_data = config::read('infolog');
|
||||||
$index_load_cfs = (array)$config_data['index_load_cfs'];
|
$index_load_cfs = $config_data['index_load_cfs'];
|
||||||
|
if (!is_array($index_load_cfs)) $index_load_cfs = explode(',', $index_load_cfs);
|
||||||
}
|
}
|
||||||
// if no specific custom field is selected, show/query all custom fields
|
// if no specific custom field is selected, show/query all custom fields
|
||||||
if ($ids && ($query['custom_fields'] || $query['csv_export'] ||
|
if ($ids && ($query['custom_fields'] || $query['csv_export'] ||
|
||||||
|
Loading…
Reference in New Issue
Block a user