From 3334a25495bd239c699dbc7926bca4f1eb41dbb3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 29 Dec 2003 09:24:16 +0000 Subject: [PATCH] Edit button on quiz reports --- mod/quiz/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report.php b/mod/quiz/report.php index 6dbecc3b39..2a97cfa118 100644 --- a/mod/quiz/report.php +++ b/mod/quiz/report.php @@ -57,7 +57,7 @@ print_header("$course->shortname: $quiz->name", "$course->fullname", "$navigation id>$strquizzes -> id\">$quiz->name -> $strreport", - "", "", true); + "", "", true, update_module_button($cm->id, $course->id, $strquiz), navmenu($course, $cm)); print_heading($quiz->name); -- 2.39.5