From e1210a8759fb5af872d4ed38209ac679ecf7f99d Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 21 Nov 2012 16:33:57 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20#47=20=EC=9D=98?= =?UTF-8?q?=206=20=ED=99=95=EC=9D=B8=20=EC=A4=91,=20=ED=88=AC=ED=91=9C?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/poll_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/poll_list.php b/adm/poll_list.php index e66d4e97a..e60803118 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -91,7 +91,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $po_etc = ($row['po_etc']) ? "사용" : "미사용"; $s_mod = '수정'; - $s_del = '삭제'; + $s_del = '삭제'; ?>