From 3da256cc29ca649aadea1d889cecb084e07225db Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 25 Apr 2018 00:05:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=A0=95=EB=B3=B4=20=EC=95=BD?= =?UTF-8?q?=EA=B0=84=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_betting.php | 8 +++++++- hwe/b_tournament.php | 8 +++++++- hwe/func_tournament.php | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/hwe/b_betting.php b/hwe/b_betting.php index 4c9a9e1a..cb80cc32 100644 --- a/hwe/b_betting.php +++ b/hwe/b_betting.php @@ -37,7 +37,13 @@ case 3: $tnmt_type = "설전"; $tp = "itl"; $tp2 = " $str1 = getTournament($admin['tournament']); $str2 = getTournamentTime(); +if($str2){ + $str2 = ', '+$str2; +} $str3 = getTournamentTerm(); +if($str3){ + $str3 = ', '+$str3; +} ?> @@ -67,7 +73,7 @@ select { font-family:'굴림'; line-height:100%; } - +
()
()
16강 상황
(전체 금액 : / 내 투자 금액 : )
diff --git a/hwe/b_tournament.php b/hwe/b_tournament.php index d06b5d78..aa90fe70 100644 --- a/hwe/b_tournament.php +++ b/hwe/b_tournament.php @@ -176,10 +176,16 @@ if ($session->userGrade >= 5) { $str1 = getTournament($admin['tournament']); $str2 = getTournamentTime(); +if($str2){ + $str2 = ', '+$str2; +} $str3 = getTournamentTerm(); +if($str3){ + $str3 = ', '+$str3; +} ?> - +
운영자 메세지 :
()
()
16강 승자전