mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixing typo
This commit is contained in:
parent
7f331f8914
commit
9c8157b170
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ $crumbs[] = array('name' => $strcategoriesedit, 'link' => '', 'type' => 'misc');
|
|||
|
||||
$navigation = build_navigation($crumbs);
|
||||
|
||||
zprint_header_simple($strgrades.': '.$strgraderreport.': '.$strcategoriesedit, $navigation,
|
||||
print_header_simple($strgrades.': '.$strgraderreport.': '.$strcategoriesedit, $navigation,
|
||||
'', '', true, '', navmenu($course));
|
||||
|
||||
$tree = new grade_tree($param->courseid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue