Skip to content

Commit dc6c210

Browse files
committed
Add github issue number
1 parent 7d60957 commit dc6c210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ function quizgame_reset_userdata($data) {
510510
* @param string $type (Optional)
511511
*/
512512
function quizgame_reset_gradebook($courseid, $type = '') {
513-
// TODO: Review and update after grade implementation.
513+
// TODO #12: Review and update after grade implementation.
514514
global $DB;
515515

516516
$sql = "SELECT g.*, cm.idnumber as cmidnumber, g.course as courseid

0 commit comments

Comments
 (0)