aboutsummaryrefslogtreecommitdiff
path: root/src/judge
diff options
context:
space:
mode:
Diffstat (limited to 'src/judge')
-rw-r--r--src/judge/runchief.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/judge/runchief.php b/src/judge/runchief.php
index a4cd443..7238bed 100644
--- a/src/judge/runchief.php
+++ b/src/judge/runchief.php
@@ -89,7 +89,7 @@ if(isset($_POST)) {
for ($i=0; $i<count($run); $i++) {
- if($run[$i]["answer1"] != 0 && $run[$i]["answer2"] != 0 && $run[$i]["status"] != "judged") {
+ if($run[$i]["answer1"] != 0 && $run[$i]["answer2"] != 0 && ($run[$i]["status"] != "judged" && $run[$i]["status"] != 'deleted')) {
if($runphp == "runchief.php")
echo " <tr bgcolor=\"ff0000\">\n";
else echo "<tr>\n";