From 4dc22dd63417d6043489898d6ff9ac551c1b4231 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 11 Feb 2012 08:50:04 -0500 Subject: [PATCH] Backported r5871 to 0.7 release branch --- program/include/rcube_contacts.php | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index 7cd3179..a2ee77e 100644 --- a/program/include/rcube_contacts.php +++ b/program/include/rcube_contacts.php @@ -250,13 +250,6 @@ $sql_arr['email'] = array_map('trim', $sql_arr['email']); } - // make sure we have a name to display - if (empty($sql_arr['name'])) { - if (empty($sql_arr['email'])) - $sql_arr['email'] = $this->get_col_values('email', $sql_arr, true); - $sql_arr['name'] = $sql_arr['email'][0]; - } - $this->result->add($sql_arr); } -- Gitblit v1.9.1