From 9086a17e15ca6df384ebd9c15cf082ffbfc9b140 Mon Sep 17 00:00:00 2001 From: gbateson Date: Fri, 16 Sep 2005 00:43:44 +0000 Subject: [PATCH] fixed "hotpot_print_recent_activity to use "hp=" instead of "id=" in links to attempted quizzes --- mod/hotpot/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/hotpot/lib.php b/mod/hotpot/lib.php index c12020ea681..36c3beff2dc 100644 --- a/mod/hotpot/lib.php +++ b/mod/hotpot/lib.php @@ -236,7 +236,7 @@ function hotpot_print_recent_activity($course, $isteacher, $timestart) { $names = array(); foreach ($records as $id => $record){ - $href = $CFG->wwwroot.'/mod/hotpot/view.php?id='.$id; + $href = $CFG->wwwroot.'/mod/hotpot/view.php?hp='.$id; $name = " $record->name"; if ($record->count_attempts > 1) { $name .= " ($record->count_attempts)";