alecpl
2012-03-05 053538bf60e354a64664fb9a992cbbda37d70f76
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);