diff --git a/mobile/index.php b/mobile/index.php index ad42f959d..dbccfe9aa 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -7,7 +7,7 @@ include_once(G4_MOBILE_PATH.'/_head.php'); 'pc' order by gr_id, bo_table "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { // 이 함수가 바로 최신글을 추출하는 역할을 합니다.