diff options
| author | cassiopc <cassiopc@gmail.com> | 2015-09-25 09:50:00 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2015-09-25 09:50:00 +0000 |
| commit | 09134766cd1ce6d19fc77807bd52a899dde2eb05 (patch) | |
| tree | 1d3ab9c362bea1c6fb2c38241e5a5e9d9a5135b9 /src/judge/team.php | |
| parent | af0e5ce80abb5ebb92672541d9c9603f92e80292 (diff) | |
| download | boca-09134766cd1ce6d19fc77807bd52a899dde2eb05.tar.gz boca-09134766cd1ce6d19fc77807bd52a899dde2eb05.zip | |
minor fixes
Diffstat (limited to 'src/judge/team.php')
| -rw-r--r-- | src/judge/team.php | 4 |
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"]) ."\" />"; |