From 9020d246b7d62c187b2cf06027ffd9cef6ceaa29 Mon Sep 17 00:00:00 2001 From: kagla Date: Fri, 22 Oct 2021 13:45:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=8B=9C=20=EB=B9=84=EB=B0=80=EA=B8=80=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C=EA=B0=80=20=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=EB=A5=BC=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(=ED=95=9C=EB=B3=84=EC=95=84=EB=B9=A0=EB=8B=98,211022)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write_comment_update.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index 71e7c5c50..ed1984251 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -324,9 +324,7 @@ else if ($w == 'cu') // λŒ“κΈ€ μˆ˜μ • if (!$is_admin) $sql_ip = " , wr_ip = '{$_SERVER['REMOTE_ADDR']}' "; - $sql_secret = ""; - if ($wr_secret) - $sql_secret = " , wr_option = '$wr_secret' "; + $sql_secret = " , wr_option = '$wr_secret' "; $sql = " update $write_table set wr_subject = '$wr_subject',