changeset 733:a088d62531dc fap2012

Oops, fix printable results list.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Nov 2014 00:06:44 +0200
parents bdf64c70a70c
children 26a168d3390f
files print.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/print.php	Tue Nov 18 23:50:40 2014 +0200
+++ b/print.php	Wed Nov 19 00:06:44 2014 +0200
@@ -49,7 +49,7 @@
 {
   case "results":
     header("Content-Type: text/plain");
-    echo stGetCompoResultsASCIIStr(TRUE, FALSE);
+    echo stGetCompoResultsASCIIStr(FALSE);
     break;
 
   case "emails":