Index: temp_moodle_dev/moodle/mod/wiki/lib.php =================================================================== diff -u -rc94a8ba4f2d568a43c46ed1e1f573b9226beb18b -raca9f00eec05f594be36b6397b9c363742db6022 --- temp_moodle_dev/moodle/mod/wiki/lib.php (.../lib.php) (revision c94a8ba4f2d568a43c46ed1e1f573b9226beb18b) +++ temp_moodle_dev/moodle/mod/wiki/lib.php (.../lib.php) (revision aca9f00eec05f594be36b6397b9c363742db6022) @@ -237,13 +237,6 @@ return $result; } -function wiki_grades($wikiid) { -/// Must return an array of grades for a given instance of this module, -/// indexed by user. It also returns a maximum allowed grade. - - return NULL; -} - function wiki_get_participants($wikiid) { //Returns the users with data in one wiki //(users with records in wiki_pages and wiki_entries) @@ -1981,4 +1974,5 @@ } + ?>