From: moodler Date: Thu, 21 Aug 2003 03:16:32 +0000 (+0000) Subject: No need for grades with chat X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=47801ef641bf22504a552a3ca4282592506667ac;p=moodle.git No need for grades with chat --- diff --git a/mod/chat/lib.php b/mod/chat/lib.php index a4629a0dca..2db3bb0ef0 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -155,15 +155,6 @@ function chat_cron () { return true; } -function chat_grades($chatid) { -/// Must return an array of grades for a given instance of this module, -/// indexed by user. It also returns a maximum allowed grade. - - $return->grades = NULL; - $return->maxgrade = NULL; - - return $return; -} //////////////////////////////////////////////////////////////////////