From 47801ef641bf22504a552a3ca4282592506667ac Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 21 Aug 2003 03:16:32 +0000 Subject: [PATCH] No need for grades with chat --- mod/chat/lib.php | 9 --------- 1 file changed, 9 deletions(-) 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; -} ////////////////////////////////////////////////////////////////////// -- 2.39.5