aboutsummaryrefslogtreecommitdiff
path: root/src/team/run.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/team/run.php
parentaf0e5ce80abb5ebb92672541d9c9603f92e80292 (diff)
downloadboca-09134766cd1ce6d19fc77807bd52a899dde2eb05.tar.gz
boca-09134766cd1ce6d19fc77807bd52a899dde2eb05.zip
minor fixes
Diffstat (limited to 'src/team/run.php')
-rw-r--r--src/team/run.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/team/run.php b/src/team/run.php
index 6313c2f..b14d387 100644
--- a/src/team/run.php
+++ b/src/team/run.php
@@ -232,7 +232,11 @@ if($redo) {
$strtmp .= " <td>Not answered yet";
}
else {
- $strtmp .= " <td>" . $run[$i]["answer"];
+ $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"]) ."\" />";