Skip to content

Commit

Permalink
quiz MDL-25297 fixed erroneous inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Nov 19, 2010
1 parent 2c5b8e8 commit 235da58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod/quiz/db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
/**
* Defines message providers (types of messages being sent)
*
* @package mod-forum
* @copyright 1999 onwards Martin Dougiamas http://moodle.com
* @package mod-quiz
* @copyright 2010 onwards Andrew Davis http://moodle.com
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$messageproviders = array (

/// Ordinary single forum posts
// student has submitted a quiz attempt
'submission' => array (
'capability' => 'mod/quiz:emailnotifysubmission'
)
Expand Down

0 comments on commit 235da58

Please sign in to comment.