diff options
author | alecpl <alec@alec.pl> | 2011-07-24 10:14:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-24 10:14:13 +0000 |
commit | ec4b594c240bbdd4306f1d2b336f25ef6ee321c1 (patch) | |
tree | 6456bee62d4790485340c558f795b8b60aa87007 /program/steps/addressbook/func.inc | |
parent | 24f812dc9c77106c68497a9a7c7cab5c1dfe7565 (diff) |
- DOn't generate contact name here, it's not required
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 270f70f9f..f372c1c33 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -414,7 +414,7 @@ function rcmail_contact_form($form, $record, $attrib = null) if ($section == 'head') { $content = ''; - // unset display name if it is composed from name parts (same composition function as in save.inc) + // unset display name if it is composed from name parts if ($record['name'] == rcube_addressbook::compose_display_name(array('name' => '') + (array)$record)) unset($record['name']); |