사이트 내 전체검색
그누보드
[버그] /bbs/list.php 글 정렬 부분 wr_num, wr_reply
로빈아빠
https://cmd.kr/gnu/127 URL이 복사되었습니다.

본문

wr_num, wr_reply이 기본정렬인데.. 추가 안되어있어서 sst로 전달하면 인식이 안된다.


$sst=str_replace(" ","",$sst);
if (!$sst)
{
    if ($board[bo_sort_field])
        $sst = $board[bo_sort_field];
    else
        $sst  = "wr_num, wr_reply";
    $sod = "";
}
else {
    // 게시물 리스트의 정렬 대상 필드가 아니라면 공백으로 (nasca 님 09.06.16)
    // 리스트에서 다른 필드로 정렬을 하려면 아래의 코드에 해당 필드를 추가하세요. 
    $sst = preg_match("/^(wr_num,wr_reply|wr_datetime|wr_hit|wr_good|wr_nogood)$/i", $sst) ? $sst : "";
}
if (!$sst) $sst  = "wr_num, wr_reply";
$sql_order = " order by $sst $sod ";

출처: freeimage.kr

댓글목록

등록된 댓글이 없습니다.

그누보드
190 (3/4P)

Search

Copyright © Cmd 명령어 18.217.216.171