Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50ef3d
)
MDL-15498: Completion: added TODO comment re last commit
author
sam_marshall
<sam_marshall>
Tue, 29 Jul 2008 11:26:55 +0000
(11:26 +0000)
committer
sam_marshall
<sam_marshall>
Tue, 29 Jul 2008 11:26:55 +0000
(11:26 +0000)
course/report/progress/index.php
patch
|
blob
|
blame
|
history
diff --git
a/course/report/progress/index.php
b/course/report/progress/index.php
index
b7a9bcb
..
35c4fd6
100644
(file)
--- 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) {