diff print.php @ 733:a088d62531dc fap2012

Oops, fix printable results list.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Nov 2014 00:06:44 +0200
parents 4f334b3c884f
children b42b23073209
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":