mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
Importexport: Fix missing special import fields
This commit is contained in:
parent
6286679b0c
commit
abc2ca11b8
@ -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
|
unset($this->mapping_fields['jpegphoto']); // can't cvs import that
|
||||||
|
|
||||||
// Add in special handled fields
|
// 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
|
// Actions
|
||||||
$this->actions = array(
|
$this->actions = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user