thomascube
2011-10-06 e2a8b4dd6d6d2160fcb6b03a54da848478eb9c75
program/steps/addressbook/list.inc
@@ -74,8 +74,10 @@
    // get contacts for this user
    $result = $CONTACTS->list_records(array('name'));
    
    if (!$result->count && $result->searchonly)
    if (!$result->count && $result->searchonly) {
        $OUTPUT->show_message('contactsearchonly', 'notice');
        $OUTPUT->command('command', 'advanced-search');
    }
}
// update message count display