메뉴보이기 및 출력순서 적용

This commit is contained in:
gnuboard
2013-02-25 17:20:56 +09:00
parent 1fc4856f71
commit 72aec2598a
14 changed files with 93 additions and 26 deletions

View File

@ -27,7 +27,7 @@ if ($stx) {
$onetable = isset($onetable) ? $onetable : "";
if ($onetable) // 하나의 게시판만 검색한다면
$sql .= " and bo_table = '{$onetable}' ";
$sql .= " order by bo_order_search, gr_id, bo_table ";
$sql .= " order by bo_order, gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++)
{