From 408f7c41b45f51513e0ca583d8e71780edcd431f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Apr 2005 16:55:32 +0000 Subject: [PATCH] choice report log action wasn't saving cmid in logs table. --- mod/choice/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/report.php b/mod/choice/report.php index 617a56c887e..1e19e3b4a69 100644 --- a/mod/choice/report.php +++ b/mod/choice/report.php @@ -29,7 +29,7 @@ $strchoices = get_string("modulenameplural", "choice"); $strresponses = get_string("responses", "choice"); - add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id"); + add_to_log($course->id, "choice", "report", "report.php?id=$cm->id", "$choice->id",$cm->id); print_header_simple(format_string($choice->name).": $strresponses", "", "id\">$strchoices ->