mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-16125 "Improvement to Detailled Responses Report : Format of csv export" Fixed missing format string problem when downloading.
This commit is contained in:
parent
ebebf56bda
commit
3b51802063
@ -21,6 +21,7 @@ class quiz_report_responses_table extends table_sql {
|
||||
}
|
||||
function build_table(){
|
||||
if ($this->rawdata) {
|
||||
$this->strtimeformat = str_replace(',', ' ', get_string('strftimedatetime'));
|
||||
parent::build_table();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user