MDL-14223 "Add a column for the user's idnumber, controllable by a site-wide setting" adding idnumber to the list of columns that is 'suppressed' ie that is only printed once when the same data is repeated in consecutive rows.

This commit is contained in:
jamiesensei
2008-06-05 11:12:58 +00:00
parent 5bc700de54
commit 5b598e9e5d
+1
View File
@@ -192,6 +192,7 @@ class quiz_report extends quiz_default_report {
$table->column_suppress('picture');
$table->column_suppress('fullname');
$table->column_suppress('idnumber');
$table->no_sorting('feedbacktext');