Thomas Bruederli
2012-07-26 baecd8becccd7786632c1cda895123293ceb1408
program/steps/mail/list_contacts.inc
@@ -57,7 +57,8 @@
    // get contacts for this user
    $CONTACTS->set_group(0);
    $result = $CONTACTS->list_records(array('name', 'firstname', 'surname', 'email'));
    $afields = $RCMAIL->config->get('contactlist_fields');
    $result = $CONTACTS->list_records($afields);
    if (!$result->count && $result->searchonly) {
        $OUTPUT->show_message('contactsearchonly', 'notice');