Fix typo.

This commit is contained in:
tjhunt
2008-11-24 07:27:11 +00:00
parent ff493b6b24
commit e86ecf1f04
+1 -1
View File
@@ -3368,7 +3368,7 @@ function print_context_name($context, $withprefix = true, $short = false) {
if ($withprefix){
$name = get_string('course').': ';
}
if (!$short){
if ($short){
$name .= format_string($course->shortname);
} else {
$name .= format_string($course->fullname);