mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +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;
|
$fields["email"] = $add_email;
|
||||||
addressbook_form("","add.php","Add",$fields);
|
addressbook_form("","add.php","Add",$fields);
|
||||||
} else if (! $submit && ! $add_email) {
|
} else if (! $submit && ! $add_email) {
|
||||||
addressbook_form("","add.php","Add","");
|
// Default
|
||||||
|
addressbook_form("","add.php","Add","",$customfields);
|
||||||
} elseif ($submit && $fields) {
|
} elseif ($submit && $fields) {
|
||||||
// This came from the view form, Copy entry
|
// This came from the view form, Copy entry
|
||||||
$extrafields = array(
|
$extrafields = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user