From d9d629154c3aa2fabc91cc7becc3eca83515241e Mon Sep 17 00:00:00 2001 From: sars Date: Thu, 14 Apr 2022 19:13:04 -0700 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8C=85=EC=B0=BD=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EB=B3=B8=EC=84=A0=20=EC=9E=A5=EC=88=98=EB=93=A4=EC=9D=B4=20?= =?UTF-8?q?=EC=A0=95=ED=95=B4=EC=A0=B8=EC=9E=88=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=9D=84=EB=95=8C=20=EC=8A=A4=ED=83=AF=EC=9D=84=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=ED=95=98=EB=A0=A4=EB=8A=94=20=EC=9B=8C=EB=8B=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_betting.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hwe/b_betting.php b/hwe/b_betting.php index 289a3ac2..dae28212 100644 --- a/hwe/b_betting.php +++ b/hwe/b_betting.php @@ -265,7 +265,6 @@ if ($str3) { for ($i = 0; $i < 8; $i++) { echo "{$gen[$i]}"; } - echo " "; @@ -293,7 +292,11 @@ if ($str3) { $line[$i] = ""; } $gen[$i] = $general['name']; - $stat[$i] = $general[$tp]; + if (array_key_exists($tp, $general)) { + $stat[$i] = $general[$tp]; + } else { + $stat[$i] = "-"; + } } for ($i = 0; $i < 8; $i++) { $cent[$i] = $cent[$i] . "┻" . "";