]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16110 "Improvement to Overview Report - Columns in csv file do not line up"
authorjamiesensei <jamiesensei>
Mon, 1 Sep 2008 08:30:14 +0000 (08:30 +0000)
committerjamiesensei <jamiesensei>
Mon, 1 Sep 2008 08:30:14 +0000 (08:30 +0000)
mod/quiz/report/overview/overview_table.php

index 375aaa810c1c4cdd0b01243902fc5c0dfcec92b9..161d87cc7aa90efeb40052193bd2f43f224b59e5 100644 (file)
@@ -27,7 +27,7 @@ class quiz_report_overview_table extends table_sql {
         global $CFG, $DB;
         if ($this->rawdata) {
             // Define some things we need later to process raw data from db.
-            $this->strtimeformat = get_string('strftimedatetime');
+            $this->strtimeformat = str_replace(',', '', get_string('strftimedatetime'));
             parent::build_table();
             //end of adding data from attempts data to table / download
             //now add averages at bottom of table :