mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
included custom-fields in the import
This commit is contained in:
parent
dcd57593a3
commit
f8acfe4762
@ -164,6 +164,13 @@
|
||||
'ophone' => 'Other Phone',
|
||||
'ab_id' => 'Address Id: @addr_id(n_family,n_given,org_name)'
|
||||
);
|
||||
$config = CreateObject('phpgwapi.config','addressbook');
|
||||
$config->read_repository();
|
||||
while(list($name,$descr) = @each($config->config_data['custom_fields']))
|
||||
{
|
||||
$addr_names[$name] = $descr;
|
||||
}
|
||||
unset($config);
|
||||
|
||||
while(list($field,$name) = each($addr_names))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user