From b4615a96cae8a4d5067f81c9a5ff33a626f41d3b Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 22 Apr 2009 21:29:54 +0000 Subject: [PATCH] MDL-18934 removed legacy grading support --- mod/feedback/lib.php | 4 ---- mod/wiki/lib.php | 7 ------- 2 files changed, 11 deletions(-) diff --git a/mod/feedback/lib.php b/mod/feedback/lib.php index 2c6e0d7bfc..b00e126577 100644 --- a/mod/feedback/lib.php +++ b/mod/feedback/lib.php @@ -323,10 +323,6 @@ function feedback_cron () { return true; } -function feedback_grades($feedbackid) { - return NULL; -} - function feedback_get_participants($feedbackid) { return false; } diff --git a/mod/wiki/lib.php b/mod/wiki/lib.php index d63ea6272e..c80a0e10b2 100644 --- a/mod/wiki/lib.php +++ b/mod/wiki/lib.php @@ -240,13 +240,6 @@ function wiki_cron () { 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) -- 2.39.5