thomascube
2012-02-11 f9a967763e2a4cc595b44f40ac1ca666b2a02af6
program/steps/mail/list_contacts.inc
@@ -68,7 +68,7 @@
    else if (!empty($result) && $result->count > 0) {
        // create javascript list
        while ($row = $result->next()) {
            $name = rcube_addressbook::compose_display_name($row, true);
            $name = rcube_addressbook::compose_list_name($row);
            // add record for every email address of the contact
            foreach ($CONTACTS->get_col_values('email', $row, true) as $i => $email) {