aboutsummaryrefslogtreecommitdiff
path: root/src/frun.php
diff options
context:
space:
mode:
authorDaniel Saad Nogueira Nunes <danielsaad@users.noreply.github.com>2023-03-27 19:00:03 +0000
committerGitHub <noreply@github.com>2023-03-27 19:00:03 +0000
commit7d38316441cd1f2c61b9c553456b7621c5b0d3a7 (patch)
treea6b59e804cc7bfb9c461ee171116b6b4bdbb2bd2 /src/frun.php
parentb238e3d6fe7d443f674c1d519dfa9742ad3dce41 (diff)
downloadboca-7d38316441cd1f2c61b9c553456b7621c5b0d3a7.tar.gz
boca-7d38316441cd1f2c61b9c553456b7621c5b0d3a7.zip
Update frun.php (#26)
Disabling staff ability to see balloons in frozen.
Diffstat (limited to 'src/frun.php')
-rw-r--r--src/frun.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frun.php b/src/frun.php
index 75ccc2a..10074e8 100644
--- a/src/frun.php
+++ b/src/frun.php
@@ -180,7 +180,7 @@ function DBUpdateRunC($contest, $usersite, $usernumber, $runsite, $runnumber, $a
if (($b = DBSiteInfo($contest, $runsite, $c)) == null)
return true;
$ta = $b["currenttime"];
- $tf = $b["sitelastmileanswer"];
+ $tf = $b["sitelastmilescore"];
if ($ta < $tf || $ta > $b['siteduration']) {
$u = DBUserInfo ($contest, $runsite, $team, $c);
if($u['usertype']=='team') {