mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Fix to actually show user's custom fields on a new entry
This commit is contained in:
parent
e67c4b9486
commit
61b688e6be
@ -46,7 +46,8 @@
|
||||
$fields["email"] = $add_email;
|
||||
addressbook_form("","add.php","Add",$fields);
|
||||
} else if (! $submit && ! $add_email) {
|
||||
addressbook_form("","add.php","Add","");
|
||||
// Default
|
||||
addressbook_form("","add.php","Add","",$customfields);
|
||||
} elseif ($submit && $fields) {
|
||||
// This came from the view form, Copy entry
|
||||
$extrafields = array(
|
||||
|
Loading…
Reference in New Issue
Block a user