From: sam_marshall Date: Tue, 29 Jul 2008 11:26:55 +0000 (+0000) Subject: MDL-15498: Completion: added TODO comment re last commit X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a5a63515e387ecbe52bcce1e38ee646ef32dd22d;p=moodle.git MDL-15498: Completion: added TODO comment re last commit --- 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) {