forked from extern/egroupware
Change field mapping for groups to make more sense
This commit is contained in:
parent
fb64b329bc
commit
763e65e866
@ -25,8 +25,8 @@ class admin_wizard_import_groups_csv extends importexport_wizard_basic_import_cs
|
|||||||
|
|
||||||
// Field mapping
|
// Field mapping
|
||||||
$this->mapping_fields = array(
|
$this->mapping_fields = array(
|
||||||
'account_lid' => lang('Account ID'),
|
'account_id' => lang('Account ID'),
|
||||||
'account_name' => lang('Group Name'),
|
'account_lid' => lang('Group Name'),
|
||||||
'account_members' => lang('Members'),
|
'account_members' => lang('Members'),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user