Merge branch MDL-29187-m21 of git://github.com/samhemelryk/moodle

- resolved conflict.
This commit is contained in:
Aparup Banerjee
2011-09-13 13:54:43 +08:00
11 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -3578,7 +3578,7 @@ function print_context_name($context, $withprefix = true, $short = false) {
if ($withprefix){
$name = get_string('category').': ';
}
$name .=format_string($category->name);
$name .= format_string($category->name, true, array('context' => $context));
}
break;