Skip to content

Commit

Permalink
MDL-33971: When viewing course log entries for Quiz View Summary a nu…
Browse files Browse the repository at this point in the history
…mber is displayed not the quiz name
  • Loading branch information
tlock committed Nov 27, 2013
1 parent 14e8af6 commit 416d7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mod/quiz/db/log.php
Expand Up @@ -40,4 +40,5 @@
array('module'=>'quiz', 'action'=>'continue attempt', 'mtable'=>'quiz', 'field'=>'name'), array('module'=>'quiz', 'action'=>'continue attempt', 'mtable'=>'quiz', 'field'=>'name'),
array('module'=>'quiz', 'action'=>'edit override', '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'=>'delete override', 'mtable'=>'quiz', 'field'=>'name'),
array('module'=>'quiz', 'action'=>'view summary', 'mtable'=>'quiz', 'field'=>'name'),
); );
2 changes: 1 addition & 1 deletion mod/quiz/version.php
Expand Up @@ -25,7 +25,7 @@


defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();


$module->version = 2012112901; // The current module version (Date: YYYYMMDDXX). $module->version = 2012112902; // The current module version (Date: YYYYMMDDXX).
$module->requires = 2012112900; // Requires this Moodle version. $module->requires = 2012112900; // Requires this Moodle version.
$module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics). $module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics).
$module->cron = 60; $module->cron = 60;

0 comments on commit 416d7a9

Please sign in to comment.