# HG changeset patch # User Matti Hamalainen # Date 1416348404 -7200 # Node ID a088d62531dcc3931cc635165f3acd99043eb775 # Parent bdf64c70a70c18ba47399354bf3309cd8546f39f Oops, fix printable results list. diff -r bdf64c70a70c -r a088d62531dc print.php --- 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":