changeset 794:18f88945d5f1

Oops, RFLAG_DEFAULTS wasn't implemented (yet). Change to RFLAG_NORMAL.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 23:45:22 +0200
parents ff6e6c6200a4
children f4b99fed50b4
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Fri Nov 21 23:44:42 2014 +0200
+++ b/admajax.php	Fri Nov 21 23:45:22 2014 +0200
@@ -1387,7 +1387,7 @@
       case "compos":
         echo
           "<div class=\"ctrlModeControls\">\n".
-          " <a href=\"print.php?type=results&flags=".(RFLAG_DEFAULTS)."\" target=\"_blank\">Printable results</a>\n".
+          " <a href=\"print.php?type=results&flags=".(RFLAG_NORMAL)."\" target=\"_blank\">Printable results</a>\n".
           " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED)."\" target=\"_blank\">Printable full results</a> (shows also disqualified entries)\n".
           " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED | RFLAG_HIDDEN_COMPOS)."\" target=\"_blank\">Printable FULL results</a> (shows also hidden compos)\n".
           "</div>\n".