mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Backport 32501 - Change field mapping for groups to make more sense
This commit is contained in:
parent
d15eed3598
commit
375c359870
@ -25,8 +25,8 @@ class admin_wizard_import_groups_csv extends importexport_wizard_basic_import_cs
|
||||
|
||||
// Field mapping
|
||||
$this->mapping_fields = array(
|
||||
'account_lid' => lang('Account ID'),
|
||||
'account_name' => lang('Group Name'),
|
||||
'account_id' => lang('Account ID'),
|
||||
'account_lid' => lang('Group Name'),
|
||||
'account_members' => lang('Members'),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user