MDL-16125 "Improvement to Detailled Responses Report : Format of csv export" Fixed missing format string problem when downloading.

This commit is contained in:
jamiesensei 2008-09-15 11:39:15 +00:00
parent ebebf56bda
commit 3b51802063

View File

@ -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();
}
}