Skip to content

Commit

Permalink
Further fix for MDL-8582 on participants page
Browse files Browse the repository at this point in the history
  • Loading branch information
poltawski committed Mar 15, 2007
1 parent b1fcf3d commit 5c8e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
echo '<td class="left">';
$courselist = array();
foreach ($mycourses as $mycourse) {
$courselist[$mycourse->id] = $mycourse->shortname;
$courselist[$mycourse->id] = format_string($mycourse->shortname);
}
popup_form($CFG->wwwroot.'/user/index.php?roleid='.$roleid.'&amp;sifirst=&amp;silast=&amp;id=',
$courselist, 'courseform', $course->id, '', '', '', false, 'self', get_string('mycourses'));
Expand Down

0 comments on commit 5c8e9c9

Please sign in to comment.