diff options
| author | cassiopc <cassiopc@gmail.com> | 2013-09-11 13:11:38 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2013-09-11 13:11:38 +0000 |
| commit | 91ddcb9dd5405438bd335ca2ca16f6f9149ccba8 (patch) | |
| tree | 16a1e1257b13c64dd22f080b3cf10dccd42a098d /src/admin/report/clar.php | |
| parent | 8c4f0fe4db623cf3ff81ab49a97f4707c85def37 (diff) | |
| download | boca-91ddcb9dd5405438bd335ca2ca16f6f9149ccba8.tar.gz boca-91ddcb9dd5405438bd335ca2ca16f6f9149ccba8.zip | |
fixed sysvutils issue with new distros and updated ordering of reports and exclusion of judge runs from reports
Diffstat (limited to 'src/admin/report/clar.php')
| -rw-r--r-- | src/admin/report/clar.php | 2 |
1 files changed, 1 insertions, 1 deletions
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<count($clar); $i++) { echo " <tr>\n"; |