From a2f1fb77cb960b9fc707e67050929921b42a20c2 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 25 Feb 2007 10:57:10 +0000 Subject: [PATCH] corretta concatenazione di output --- web/index_wr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index_wr.php b/web/index_wr.php index 1dcb06e..b913079 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -220,7 +220,7 @@ else if ($user->stat == 'table') { } for ($i = 0 ; $i < PLAYERS_N ; $i++) { $ret = sprintf('gst.st = %d;', $user_cur[$i]->step+1); - $ret = sprintf('exitlock_show(%d, %s);', $ct, + $ret .= sprintf('exitlock_show(%d, %s);', $ct, ($user_cur[$i]->exitislock ? 'true' : 'false')); $user_cur[$i]->comm[$user_cur[$i]->step % COMM_N] = $ret; log_wr($sess, $user_cur[$i]->comm[$user_cur[$i]->step % COMM_N]); -- 2.17.1