From b4ab71a6db0106db3a1805c5ad1baf93e3a7f68d Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 2 Oct 2002 02:24:19 +0000 Subject: [PATCH] Fixed links in navigation --- mod/choice/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/choice/report.php b/mod/choice/report.php index e74ad28fe6..39c4b7aa23 100644 --- a/mod/choice/report.php +++ b/mod/choice/report.php @@ -30,9 +30,9 @@ add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id"); print_header("$course->shortname: $choice->name: $strresponses", "$course->fullname", - "id>$course->shortname -> - id>$strchoices -> - id>$choice->name -> $strresponses", ""); + "wwwroot/course/view.php?id=$course->id\">$course->shortname -> + id\">$strchoices -> + id\">$choice->name -> $strresponses", ""); if (! $users = get_course_users($course->id, "u.firstname ASC")) { -- 2.39.5