From 546da0d579c25a8c13e1527afe03d8a3cd39a8b1 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 14 Jan 2014 09:39:01 +0900 Subject: [PATCH 1/2] =?UTF-8?q?.htaccess=20=EB=A5=BC=20push=20=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index be427cb2e..96ca0ceec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ !.gitignore +.htaccess data/ test/ sirgle/ From 963d43a33605f287d236105df87236d06f6d9548 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 14 Jan 2014 17:17:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?index=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=9D=98=20=EC=B5=9C=EC=8B=A0=EA=B8=80=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=EC=88=9C=EC=84=9C=20=EB=8F=99=EC=9D=BC=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=BF=BC=EB=A6=AC=EB=AC=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/index.php b/mobile/index.php index 2359ac1ee..514a3223e 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -7,7 +7,7 @@ include_once(G5_MOBILE_PATH.'/_head.php'); 'pc' order by gr_id, bo_table "; +$sql = " select bo_table from `{$g5['board_table']}` a left join `{$g5['group_table']}` b on (a.gr_id=b.gr_id) where a.bo_device <> 'pc' order by b.gr_order, a.bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { // 이 함수가 바로 최신글을 추출하는 역할을 합니다.