From 23f56520e271c635c0c8b661e22541c5f6e7d718 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 31 Jul 2015 10:08:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/faqform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/faqform.php b/adm/faqform.php index 19ed0894d..bce421e89 100644 --- a/adm/faqform.php +++ b/adm/faqform.php @@ -8,7 +8,7 @@ auth_check($auth[$sub_menu], "w"); $sql = " select * from {$g5['faq_master_table']} where fm_id = '$fm_id' "; $fm = sql_fetch($sql); -$html_title = 'FAQ '.$fm['fm_subject'];; +$html_title = 'FAQ '.$fm['fm_subject']; if ($w == "u") {