From f8c7c32e3ea6417ccf04309ec521b39a0c20414d Mon Sep 17 00:00:00 2001 From: cassiopc Date: Mon, 6 Aug 2012 19:59:23 +0200 Subject: fix some concurrency issues when judging a run; update scripts to look for /etc/boca.conf if it exists --- boca-1.5.0/src/team/clar.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'boca-1.5.0/src/team/clar.php') diff --git a/boca-1.5.0/src/team/clar.php b/boca-1.5.0/src/team/clar.php index 7b391b9..a1e3972 100644 --- a/boca-1.5.0/src/team/clar.php +++ b/boca-1.5.0/src/team/clar.php @@ -29,6 +29,7 @@ if (isset($_POST["message"]) && isset($_POST["problem"]) && isset($_POST["Submit } ForceLoad("clar.php"); } +$_SESSION["popuptime"] = time(); ?>
@@ -58,11 +59,6 @@ for ($i=0; $i".$clar[$i]["question"]."\n"; echo "\n"; - if ($clar[$i]["timestamp"]>$_SESSION["usertable"]["userlastlogin"]-$st["sitestartdate"] && $clar[$i]["timestamp"] < $st['siteduration'] && - trim($clar[$i]["answer"])!='' && !isset($_SESSION["popups"]['clar' . $i . '-' . $clar[$i]["timestamp"]])) { - $_SESSION["popups"]['clar' . $i . '-' . $clar[$i]["timestamp"]] = "Clarification for problem ".$clar[$i]["problem"]." answered
"; - } - if (trim($clar[$i]["answer"]) == "") $clar[$i]["answer"] = "Not answered yet"; echo "
"; // echo "
" . $clar[$i]["answer"] . "
"; -- cgit v1.2.3