mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix for: if no cf import fails with fatal error
This commit is contained in:
parent
7c3f249f71
commit
ab20b324e0
@ -159,7 +159,7 @@ switch($_POST['action'])
|
||||
$addr_names['bday'] .= ': YYYY-mm-dd';
|
||||
$addr_names['uid'] = lang('Unique ID (UID)');
|
||||
unset($addr_names['jpegphoto']); // cant cvs import that
|
||||
|
||||
$cfs=array();
|
||||
foreach($bocontacts->customfields as $name => $data)
|
||||
{
|
||||
$cfs['#'.$name] = $addr_names['#'.$name] = $data['label'];
|
||||
|
Loading…
Reference in New Issue
Block a user