쪽지함의 쪽지 목록수를 20개로 확장

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2007 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 06:23:28 +00:00
parent 8554c89a1f
commit f9610e2976
4 changed files with 4 additions and 4 deletions

View file

@ -515,7 +515,7 @@
// 기타 변수들 정리
$args->sort_index = 'message.list_order';
$args->page = Context::get('page');
$args->list_count = 10;
$args->list_count = 20;
$args->page_count = 10;
return executeQuery($query_id, $args);
}