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/task.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/task.php')
| -rw-r--r-- | src/admin/report/task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/report/task.php b/src/admin/report/task.php index 59ca0e2..30f3799 100644 --- a/src/admin/report/task.php +++ b/src/admin/report/task.php @@ -33,7 +33,7 @@ require('header.php'); </tr> <?php $s = $st; -$task = DBAllTasksInSites($_SESSION["usertable"]["contestnumber"], $s["sitetasking"], 'normal'); +$task = DBAllTasksInSites($_SESSION["usertable"]["contestnumber"], $s["sitetasking"], 'report'); $cf = globalconf(); for ($i=0; $i<count($task); $i++) { $st = $task[$i]["status"]; |