]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18934 removed legacy grading support
authorskodak <skodak>
Wed, 22 Apr 2009 21:29:54 +0000 (21:29 +0000)
committerskodak <skodak>
Wed, 22 Apr 2009 21:29:54 +0000 (21:29 +0000)
mod/feedback/lib.php
mod/wiki/lib.php

index 2c6e0d7bfce8b0dc626ef6cd9e0ca68817e25e83..b00e12657775caeaa0aaf34c78795ed7c9b5a79f 100644 (file)
@@ -323,10 +323,6 @@ function feedback_cron () {
     return true;
 }
 
-function feedback_grades($feedbackid) {
-    return NULL;
-}
-
 function feedback_get_participants($feedbackid) {
     return false;
 }
index d63ea6272e5425c7b866b39ff7feea0160352f88..c80a0e10b28d04827142c7e80662b992b6e495d9 100644 (file)
@@ -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)