#405 RSS에 비밀글이 출력되지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4219 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-05-17 15:13:11 +00:00
parent cbba025447
commit adcd527bfd
2 changed files with 4 additions and 1 deletions

View file

@ -90,6 +90,8 @@
* 출력할 컨텐츠 추출을 위한 인자 정리
**/
$args->module_srl = $module_srl;
$args->search_target = 'is_secret';
$args->search_keyword = 'N';
$args->page = 1;
$args->list_count = 15;
if($start_date) $args->start_date = $start_date;