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