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/fclar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boca-1.5.0/src/fclar.php') diff --git a/boca-1.5.0/src/fclar.php b/boca-1.5.0/src/fclar.php index d0e6481..6eb9b77 100644 --- a/boca-1.5.0/src/fclar.php +++ b/boca-1.5.0/src/fclar.php @@ -415,7 +415,7 @@ function DBGetClarToAnswerC($number,$site,$contest,$chief) { } DBExec($c, "commit work", "DBGetClarToAnswerC(commit)"); - LOGLevel("User got a clarification (clar=$number, site=$site, contest=$contest, status=$status, " . + LOGLevel("User got a clarification (clar=$number, site=$site, contest=$contest, status=$st, " . "user=".$_SESSION["usertable"]["usernumber"]."(site=".$_SESSION["usertable"]["usersitenumber"].")).", 3); return $a; } -- cgit v1.2.3