메뉴 테이블 생성되지 않았을 때 발생하는 오류 숨김

This commit is contained in:
chicpro
2014-03-17 13:41:03 +09:00
parent bcc275e244
commit 00ac8deba3
2 changed files with 2 additions and 2 deletions

View File

@ -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++) {