From 604f007a30d4eb139ee6eb9881fd35fd1ce42a48 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 23 Dec 2015 16:39:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B7=B8?= =?UTF-8?q?=EB=A3=B9=20=EC=A0=95=EB=A0=AC=20=ED=95=84=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/group.php | 2 +- theme/basic/mobile/group.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/group.php b/mobile/group.php index 90ad43426..386be7202 100644 --- a/mobile/group.php +++ b/mobile/group.php @@ -17,7 +17,7 @@ $sql = " select bo_table, bo_subject and bo_device <> 'pc' "; if(!$is_admin) $sql .= " and bo_use_cert = '' "; -$sql .= " order by bo_table "; +$sql .= " order by bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { // 이 함수가 바로 최신글을 추출하는 역할을 합니다. diff --git a/theme/basic/mobile/group.php b/theme/basic/mobile/group.php index 06eb09b4a..aa9187851 100644 --- a/theme/basic/mobile/group.php +++ b/theme/basic/mobile/group.php @@ -17,7 +17,7 @@ $sql = " select bo_table, bo_subject and bo_device <> 'pc' "; if(!$is_admin) $sql .= " and bo_use_cert = '' "; -$sql .= " order by bo_table "; +$sql .= " order by bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { // 이 함수가 바로 최신글을 추출하는 역할을 합니다.