From f872113e994b9615bc2b3019811ccb73cf81f90f Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 01:55:31 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20warning?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_tournament.php b/hwe/c_tournament.php index b240ff68..0b5cd2ec 100644 --- a/hwe/c_tournament.php +++ b/hwe/c_tournament.php @@ -60,7 +60,7 @@ if($btn == '참가') { } $map = []; for($i=0; $i < 8; $i++) { - if($occupied[$i] == 0) { + if(!Util::array_get($occupied[$i])) { $map[] = $i; } }