Changeset:
        0b8911af95bf
        
https://sourceforge.net/p/mrbs/hg-code/ci/0b8911af95bfbd54152e69dcc5a729f0b771edaf
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Sat Mar 11 11:54:20 2017 +0000
Log message:

Fixed bug with production of a .csv report, introduced during a recent change.

diffstat:

 web/report.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r fef4827b4456 -r 0b8911af95bf web/report.php
--- a/web/report.php    Sat Mar 11 11:40:09 2017 +0000
+++ b/web/report.php    Sat Mar 11 11:54:20 2017 +0000
@@ -1543,8 +1543,8 @@
   }
   if (!$cli_mode)
   {
-    http_headers(array("Content-Type: $content_type"),
-                       "Content-Disposition: attachment; 
filename=\"$filename\"");
+    http_headers(array("Content-Type: $content_type",
+                       "Content-Disposition: attachment; 
filename=\"$filename\""));
   }
 
   if (($output_format == OUTPUT_CSV) && $csv_bom)

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to