diff --git a/head.php b/head.php index 909f94e2f..8c0bcb83b 100644 --- a/head.php +++ b/head.php @@ -122,7 +122,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++) { ?>