mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Importexport: Fix missing special import fields
This commit is contained in:
@ -56,7 +56,7 @@ class addressbook_wizard_import_contacts_csv extends importexport_wizard_basic_i
|
||||
unset($this->mapping_fields['jpegphoto']); // can't cvs import that
|
||||
|
||||
// Add in special handled fields
|
||||
$this->mapping_fields[lang('Special')] = addressbook_import_contacts_csv::$special_fields;
|
||||
$this->mapping_fields += addressbook_import_contacts_csv::$special_fields;
|
||||
|
||||
// Actions
|
||||
$this->actions = array(
|
||||
|
Reference in New Issue
Block a user