답변 1개
채택된 답변
+20 포인트
2018-11-19 (월) 19:53:37
bbs/view.comment.php
에서
$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment, wr_comment_reply ";
를
$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_1 desc";
로 수정
답변을 작성하려면 로그인이 필요합니다.