diff options
| author | Daniel Saad Nogueira Nunes <danielsaad@users.noreply.github.com> | 2023-03-27 19:00:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 19:00:03 +0000 |
| commit | 7d38316441cd1f2c61b9c553456b7621c5b0d3a7 (patch) | |
| tree | a6b59e804cc7bfb9c461ee171116b6b4bdbb2bd2 | |
| parent | b238e3d6fe7d443f674c1d519dfa9742ad3dce41 (diff) | |
| download | boca-7d38316441cd1f2c61b9c553456b7621c5b0d3a7.tar.gz boca-7d38316441cd1f2c61b9c553456b7621c5b0d3a7.zip | |
Update frun.php (#26)
Disabling staff ability to see balloons in frozen.
| -rw-r--r-- | src/frun.php | 2 |
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') { |