Skip to content

Commit

Permalink
MDL-22320 Use short name for the contact list
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 12, 2010
1 parent b45ac02 commit 248403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/lib.php
Expand Up @@ -408,7 +408,7 @@ function message_print_usergroup_selector($usergroup, &$courses, &$coursecontext

foreach($courses as $course) {
if (has_capability('moodle/course:viewparticipants', $coursecontexts[$course->id])) {
$courses_options[VIEW_COURSE.$course->id] = $course->fullname;
$courses_options[VIEW_COURSE.$course->id] = $course->shortname;
}
}

Expand Down

0 comments on commit 248403f

Please sign in to comment.