aboutsummaryrefslogtreecommitdiff
path: root/src/admin/run.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-29 11:30:09 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-29 11:30:09 +0000
commit5e78045901f5ff9e41b4a132ddc8d2ac9959e327 (patch)
treef9eb8a4318a5611dc78b92ef96425aa5d4a67ab0 /src/admin/run.php
parenta8f4723c268d3bf0d42bd4a3a79d0d5d5dfd465d (diff)
downloadboca-5e78045901f5ff9e41b4a132ddc8d2ac9959e327.tar.gz
boca-5e78045901f5ff9e41b4a132ddc8d2ac9959e327.zip
bug fix
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 b052393..4293881 100644
--- a/src/admin/run.php
+++ b/src/admin/run.php
@@ -65,7 +65,7 @@ if(isset($_POST)) {
$_POST["cbox_" . $run[$i]["number"] . "_" . $run[$i]["site"]] != "") {
if(isset($_POST["auto"]) && $_POST["auto"]=="Re-run autojudge for selected runs") {
if (DBGiveUpRunAutojudging($_SESSION["usertable"]["contestnumber"],
- $run[$i]["site"], $run[$i]["number"]), '', '', true)
+ $run[$i]["site"], $run[$i]["number"], '', '', true))
$nrenew++;
}
if(isset($_POST["open"]) && $_POST["open"]=="Open selected runs for rejudging") {