program/steps/addressbook/search.inc
@@ -184,7 +184,7 @@ while ($row = $result->next()) { $row['sourceid'] = $s['id']; $key = rcmail_contact_key($row, $sort_col); $key = rcube_addressbook::compose_contact_key($row, $sort_col); $records[$key] = $row; }