From dc0958eadf994a7197d67bfa77e76e4477ecd970 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 15 Mar 2013 16:21:39 +0900 Subject: [PATCH] =?UTF-8?q?#401=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=ED=88=AC=ED=91=9C=ED=95=AD=EB=AA=A9=20=EC=97=86=EC=9D=84=20?= =?UTF-8?q?=EB=95=8C=20=EC=8A=A4=ED=82=A8=20=EC=B6=9C=EB=A0=A5=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/poll/basic/poll.skin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skin/poll/basic/poll.skin.php b/skin/poll/basic/poll.skin.php index 754d1bf41..37886df70 100644 --- a/skin/poll/basic/poll.skin.php +++ b/skin/poll/basic/poll.skin.php @@ -11,6 +11,9 @@ if (!$po_id) { } $po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' "); + +if(!$po['po_id']) + return; ?>