From 9ac6bdbeaaba19541011a72f73834464e024935e Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 27 Oct 2014 09:52:45 +0900 Subject: [PATCH] =?UTF-8?q?class=20=EC=A7=80=EC=A0=95=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/popular_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/popular_list.php b/adm/popular_list.php index cc16fae58..725039337 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -57,7 +57,7 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '전체목록'; +$listall = '전체목록'; $g5['title'] = '인기검색어관리'; include_once('./admin.head.php');