]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15498: Completion: added TODO comment re last commit
authorsam_marshall <sam_marshall>
Tue, 29 Jul 2008 11:26:55 +0000 (11:26 +0000)
committersam_marshall <sam_marshall>
Tue, 29 Jul 2008 11:26:55 +0000 (11:26 +0000)
course/report/progress/index.php

index b7a9bcbbcd851095854c19035093d7875d1a88a7..35c4fd6f635718ebcc0721670fddceacd94f2ab9 100644 (file)
@@ -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) {