모바일 그룹 정렬 필드 수정

This commit is contained in:
chicpro
2015-12-23 16:39:13 +09:00
parent 38596ca77f
commit 604f007a30
2 changed files with 2 additions and 2 deletions

View File

@ -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++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.

View File

@ -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++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.