]> git.mjollnir.org Git - moodle.git/commit
MDL-9506 grade_category::display_grades() and grade_category::get_tree() correctly...
authornicolasconnault <nicolasconnault>
Wed, 16 May 2007 02:47:56 +0000 (02:47 +0000)
committernicolasconnault <nicolasconnault>
Wed, 16 May 2007 02:47:56 +0000 (02:47 +0000)
commit0dfe77317ad5d03907de2dac6517a90b17b1b8e9
tree664eb77329566dbae5965be147275c5a87bbbf96
parent65654c064633055fd33bead77ced48a06722c8aa
MDL-9506 grade_category::display_grades() and grade_category::get_tree() correctly built the headers for a HTML table of grades, with two layers of categories and one layer of grade_items. Empty filler cells are used when a 1st or 2nd level category doesn't exist for a grade_item.
lib/grade/grade_category.php
lib/simpletest/grade/simpletest/testgradecategory.php
lib/simpletest/testgradelib.php