From a5a63515e387ecbe52bcce1e38ee646ef32dd22d Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Tue, 29 Jul 2008 11:26:55 +0000 Subject: [PATCH] MDL-15498: Completion: added TODO comment re last commit --- course/report/progress/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/course/report/progress/index.php b/course/report/progress/index.php index b7a9bcbbcd..35c4fd6f63 100644 --- a/course/report/progress/index.php +++ b/course/report/progress/index.php @@ -19,6 +19,9 @@ $excel=$format=='excelcsv'; $csv=$format=='csv' || $excel; // Whether to show idnumber +// TODO: This should really not be using a config option 'intended' for +// gradebook, but that option is also used in quiz reports as well. There ought +// to be a generic option somewhere. $idnumbers=$CFG->grade_report_showuseridnumber; function csv_quote($value) { -- 2.39.5