Change field mapping for groups to make more sense

This commit is contained in:
Nathan Gray 2010-10-12 16:45:31 +00:00
parent fb64b329bc
commit 763e65e866
1 changed files with 2 additions and 2 deletions

View File

@ -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'),
);