From 742e2e80038966781b2b8773b25f43e54f366473 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 21 May 2018 03:42:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20offset?= =?UTF-8?q?=20=EB=B2=84=EA=B7=B8?= 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 4768e348..919feaed 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -180,7 +180,7 @@ echo " "; -$vote = $admin['vote']; +$vote = $admin['vote']?:['']; $vote[0] = Tag2Code($vote[0]); if ($vote[0] == "") { echo "진행중 설문 없음";