#436 댓글 목록 추출시에 comment_srl에 대해 명시적 정렬을 쿼리에 추가하여 댓글 순서가 꼬이지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-10 12:39:13 +00:00
parent 567d6788b9
commit 675bfb7d34

View file

@ -14,6 +14,7 @@
<navigation>
<index var="sort_index" default="head" order="asc" />
<index var="sort_index" default="arrange" order="asc" />
<index var="sort_index" default="comment_srl" order="asc" />
<list_count var="list_count" default="list_count" />
<page_count var="page_count" default="10" />
<page var="page" default="1" />