Skip to content

Commit

Permalink
MDL-13287, fix a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Mar 25, 2008
1 parent 7d9881c commit 133e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/messageselect.php
Expand Up @@ -60,7 +60,7 @@
$formstart = ""; $formstart = "";
} }


print_header($strtitle,$strtitle,"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> -> <a href=\"index.php?id=$course->id\">".get_string("participants")."</a> -> ".$strtitle,$formstart); print_header($strtitle,$strtitle,"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> -> <a href=\"index.php?id=$course->id\">".get_string("participants")."</a> -> ".$strtitle,$formstart);


// if messaging is disabled on site, we can still allow users with capabilities to send emails instead // if messaging is disabled on site, we can still allow users with capabilities to send emails instead
if (empty($CFG->messaging)) { if (empty($CFG->messaging)) {
Expand Down

0 comments on commit 133e546

Please sign in to comment.