changeset 2293:138f002fb8f5

Minor fix to get_filtered_score (used on analysis raw data download), failed if format=CSV
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 25 Apr 2016 15:54:25 +0100
parents 0141cbd1169b
children 5a2aaa964f6d
files php/get_filtered_score.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/php/get_filtered_score.php	Fri Apr 22 11:38:41 2016 +0100
+++ b/php/get_filtered_score.php	Mon Apr 25 15:54:25 2016 +0100
@@ -191,5 +191,6 @@
                 }
             }
         }
+        echo $doc_string;
 }
 ?>
\ No newline at end of file