mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Use global categories too
This commit is contained in:
parent
62a856b1c9
commit
184117b0ec
@ -67,7 +67,7 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
||||
foreach($options['explode_multiselects'] as $field => $explode) {
|
||||
switch($explode['explode']) {
|
||||
case self::MAIN_CATS:
|
||||
$cats = $cat_obj->return_array('mains', 0, false);
|
||||
$cats = $cat_obj->return_array('mains', 0, false,'','ASC','',true);
|
||||
foreach($cats as $settings) {
|
||||
$additional_fields[$field][$settings['id']] = array(
|
||||
'count' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user