MDL-33598 Messaging: students can change their assignment notification preferences

This commit is contained in:
Frederic Massart
2012-06-12 13:10:43 +08:00
parent 555099c666
commit db48ed64c7
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -25,10 +25,9 @@
$messageproviders = array (
// Ordinary assignment submissions
'assign_student_notification' => array (
'capability' => 'mod/assign:submit'
'assign_student_notification' => array(
),
'assign_grader_notification' => array (
'assign_grader_notification' => array(
'capability' => 'mod/assign:grade'
)
+1 -1
View File
@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$module->component = 'mod_assign'; // Full name of the plugin (used for diagnostics)
$module->version = 2012051700; // The current module version (Date: YYYYMMDDXX)
$module->version = 2012061100; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2012050300; // Requires this Moodle version
$module->cron = 60;