From c1a6dd385a89db2c3157193958d91dd7c7ecd0ad Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 Jun 2018 02:42:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=20=EC=A0=9C=EB=AA=A9?= =?UTF-8?q?=EC=9D=B4=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B2=84=EA=B7=B8=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/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index a9a75b29..f681b515 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -44,7 +44,7 @@ if ($me['newmsg'] == 1 || $me['newvote'] == 1) { ], 'owner=%i', $userID); } -$admin = $gameStor->getValues(['develcost','online','conlimit','tournament','tnmt_type','turnterm','scenario','scenario_text','extended_general','fiction','npcmode','vote']); +$admin = $gameStor->getValues(['develcost','online','conlimit','tournament','tnmt_type','turnterm','scenario','scenario_text','extended_general','fiction','npcmode','vote','vote_title']); $plock = $db->queryFirstField('SELECT plock FROM plock LIMIT 1'); @@ -181,11 +181,11 @@ echo " "; $vote = $admin['vote']?:['']; -$vote[0] = Tag2Code($vote[0]); +$vote_title = Tag2Code($admin['vote_title']??'-'); if ($vote[0] == "") { echo "진행중 설문 없음"; } else { - echo "설문 진행중 : $vote[0]"; + echo "설문 진행중 : $vote_title"; }