From 00ac8deba367eebb5cf1472a5db7fde95fc1f257 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 17 Mar 2014 13:41:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EC=83=9D=EC=84=B1=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=95=98=EC=9D=84=20=EB=95=8C=20=EB=B0=9C=EC=83=9D=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 2 +- mobile/head.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/head.php b/head.php index b16cd18de..f15ff9d6b 100644 --- a/head.php +++ b/head.php @@ -117,7 +117,7 @@ if (G5_IS_MOBILE) { where me_use = '1' and length(me_code) = '2' order by me_order, me_id "; - $result = sql_query($sql); + $result = sql_query($sql, false); $gnb_zindex = 999; // gnb_1dli z-index 값 설정용 for ($i=0; $row=sql_fetch_array($result); $i++) { diff --git a/mobile/head.php b/mobile/head.php index ecabbe841..95d48a9a1 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -38,7 +38,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php'); where me_mobile_use = '1' and length(me_code) = '2' order by me_order, me_id "; - $result = sql_query($sql); + $result = sql_query($sql, false); for($i=0; $row=sql_fetch_array($result); $i++) { ?>