From ae583aea1e289c65be085671e406ac0f98c3ead7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 8 May 2015 15:17:07 +0900 Subject: [PATCH] =?UTF-8?q?#44=20=EB=A9=94=EB=89=B4=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=94=B0=EC=98=B4=ED=91=9C=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B8=ED=95=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/menu_list.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adm/menu_list.php b/adm/menu_list.php index bf6f75752..408a597f1 100644 --- a/adm/menu_list.php +++ b/adm/menu_list.php @@ -71,12 +71,16 @@ $colspan = 7; $sub_menu_info = ''.$row['me_name'].'의 서브'; $sub_menu_ico = ''; } + + $search = array('"', "'"); + $replace = array('"', '''); + $me_name = str_replace($search, $replace, $row['me_name']); ?> - +