From 91ddcb9dd5405438bd335ca2ca16f6f9149ccba8 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 11 Sep 2013 15:11:38 +0200 Subject: fixed sysvutils issue with new distros and updated ordering of reports and exclusion of judge runs from reports --- src/admin/report/clar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin/report/clar.php') diff --git a/src/admin/report/clar.php b/src/admin/report/clar.php index 66bd4cd..61816d9 100644 --- a/src/admin/report/clar.php +++ b/src/admin/report/clar.php @@ -40,7 +40,7 @@ $s = $st; if (trim($s["sitejudging"])!="") $s["sitejudging"].=",".$_SESSION["usertable"]["usersitenumber"]; else $s["sitejudging"]=$_SESSION["usertable"]["usersitenumber"]; -$clar = DBAllClarsInSites($_SESSION["usertable"]["contestnumber"], $s["sitejudging"], 'normal'); +$clar = DBAllClarsInSites($_SESSION["usertable"]["contestnumber"], $s["sitejudging"], 'report'); for ($i=0; $i\n"; -- cgit v1.2.3