diff print.php @ 792:b42b23073209

Improve printing of results with more options (in the admin interface).
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 21:42:47 +0200
parents a088d62531dc
children ffacd904fd1f
line wrap: on
line diff
--- a/print.php	Fri Nov 21 16:19:15 2014 +0200
+++ b/print.php	Fri Nov 21 21:42:47 2014 +0200
@@ -49,7 +49,7 @@
 {
   case "results":
     header("Content-Type: text/plain");
-    echo stGetCompoResultsASCIIStr(FALSE);
+    echo stGetCompoResultsASCIIStr(FALSE, intval(stGetRequestItem("flags", RFLAG_NORMAL)));
     break;
 
   case "emails":