aboutsummaryrefslogtreecommitdiff
path: root/src/judge/team.php
diff options
context:
space:
mode:
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"]) ."\" />";