summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/func.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-24 10:14:13 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-24 10:14:13 +0000
commit5eaf58a69f4b52885854e079f9075e137ced866c (patch)
treedb2b2c26cde5020996b286768179c82290acab21 /roundcubemail/program/steps/addressbook/func.inc
parent9dd94e7a27620f9a01d8bcf37cc04b176f737db9 (diff)
- DOn't generate contact name here, it's not required
git-svn-id: https://svn.roundcube.net/trunk@4959 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/func.inc')
-rw-r--r--roundcubemail/program/steps/addressbook/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc
index 270f70f9f..f372c1c33 100644
--- a/roundcubemail/program/steps/addressbook/func.inc
+++ b/roundcubemail/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']);