mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
No need for grades with chat
This commit is contained in:
parent
5128daeeda
commit
47801ef641
1 changed files with 0 additions and 9 deletions
|
@ -155,15 +155,6 @@ function chat_cron () {
|
||||||
return true;
|
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue