comparison 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
comparison
equal deleted inserted replaced
791:771057e1cef1 792:b42b23073209
47 // 47 //
48 switch (stGetRequestItem("type", "", TRUE)) 48 switch (stGetRequestItem("type", "", TRUE))
49 { 49 {
50 case "results": 50 case "results":
51 header("Content-Type: text/plain"); 51 header("Content-Type: text/plain");
52 echo stGetCompoResultsASCIIStr(FALSE); 52 echo stGetCompoResultsASCIIStr(FALSE, intval(stGetRequestItem("flags", RFLAG_NORMAL)));
53 break; 53 break;
54 54
55 case "emails": 55 case "emails":
56 // 56 //
57 // Generic e-mail data dump 57 // Generic e-mail data dump