mirror of
https://github.com/moodle/moodle.git
synced 2025-05-05 15:57:04 +02:00
Merge branch 'master-mdl33971' of https://github.com/tlock/moodle
This commit is contained in:
commit
3e1a05790d
@ -40,4 +40,5 @@ $logs = array(
|
||||
array('module'=>'quiz', 'action'=>'continue attempt', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'edit override', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'delete override', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'view summary', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
);
|
@ -25,7 +25,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2013110500; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->version = 2013110501; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->requires = 2013110500; // Requires this Moodle version.
|
||||
$module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics).
|
||||
$module->cron = 60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user