From a2d273bdc99b3a210659ca32c362d55a14abbcaf Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 21 May 2018 03:37:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EB=B3=B4=EC=9D=B4=EB=8F=84=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index 33ae8d3f..4768e348 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -180,7 +180,7 @@ echo " "; -$vote = explode("|", $admin['vote']); +$vote = $admin['vote']; $vote[0] = Tag2Code($vote[0]); if ($vote[0] == "") { echo "진행중 설문 없음";