]> git.mjollnir.org Git - moodle.git/commitdiff
fixing typo
authortoyomoyo <toyomoyo>
Tue, 26 Jun 2007 07:35:30 +0000 (07:35 +0000)
committertoyomoyo <toyomoyo>
Tue, 26 Jun 2007 07:35:30 +0000 (07:35 +0000)
grade/report/grader/category.php

index d48cac9ea54ffa7f261b04a07574caa91907cfbc..2c8e9e1b253b1a0197138ace4729fa07ba37ab4d 100644 (file)
@@ -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);