Fixing OU report issues

This commit is contained in:
nicolasconnault 2007-09-26 12:25:16 +00:00
parent ee8652f3de
commit 206f995349
2 changed files with 4 additions and 1 deletions

View File

@ -160,6 +160,9 @@ echo '</div>';
print_footer($course);
die;
/**
* TODO document
*/
function print_grade_tree(&$gtree, $element, $moving, &$gpr, $switch, $switchedlast=false) {
global $CFG, $COURSE;