aboutsummaryrefslogtreecommitdiff
path: root/src/judge/team.php
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2015-09-25 09:50:00 +0000
committercassiopc <cassiopc@gmail.com>2015-09-25 09:50:00 +0000
commit09134766cd1ce6d19fc77807bd52a899dde2eb05 (patch)
tree1d3ab9c362bea1c6fb2c38241e5a5e9d9a5135b9 /src/judge/team.php
parentaf0e5ce80abb5ebb92672541d9c9603f92e80292 (diff)
downloadboca-09134766cd1ce6d19fc77807bd52a899dde2eb05.tar.gz
boca-09134766cd1ce6d19fc77807bd52a899dde2eb05.zip
minor fixes
Diffstat (limited to 'src/judge/team.php')
-rw-r--r--src/judge/team.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/judge/team.php b/src/judge/team.php
index 11d03ad..76e21bb 100644
--- a/src/judge/team.php
+++ b/src/judge/team.php
@@ -109,6 +109,10 @@ if($redo) {
}
else {
$strtmp .= " <td>" . $run[$i]["answer"];
+ if(false) {
+ if(strpos($run[$i]["autoanswer"],"OKs") > 0)
+ $strtmp .= ' ' . substr($run[$i]["autoanswer"],strrpos($run[$i]["autoanswer"],'('));
+ }
if($run[$i]['yes']=='t') {
$strtmp .= " <img alt=\"".$run[$i]["colorname"]."\" width=\"15\" ".
"src=\"" . balloonurl($run[$i]["color"]) ."\" />";