aboutsummaryrefslogtreecommitdiff
path: root/src/admin/run.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/run.php')
-rw-r--r--src/admin/run.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/run.php b/src/admin/run.php
index 4293881..cc0bb46 100644
--- a/src/admin/run.php
+++ b/src/admin/run.php
@@ -89,7 +89,7 @@ if(isset($_POST)) {
$us = DBAllUserNames($_SESSION["usertable"]["contestnumber"]);
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";