From 07ba7933fbd20ceb4ebcede39463fe4203b16bbf Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 29 Jun 2018 01:25:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20inf=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_tournament.php b/hwe/b_tournament.php index 52b5c023..cf8e6b87 100644 --- a/hwe/b_tournament.php +++ b/hwe/b_tournament.php @@ -400,7 +400,7 @@ for($i=0;$i<16;$i+=1){ } $bet = []; for ($i=0; $i < 16; $i++) { - if($betting['bet'] == 0){ + if($betting["bet{$i}"] == 0){ $bet[$i] = '∞'; continue; }