mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
#406 게시판 모듈에 상담 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3655 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d1d8ba929
commit
eefe8f825f
15 changed files with 56 additions and 1 deletions
|
|
@ -144,6 +144,7 @@
|
|||
$args->page_count = $obj->page_count?$obj->page_count:10;
|
||||
$args->start_date = $obj->start_date?$obj->start_date:null;
|
||||
$args->end_date = $obj->end_date?$obj->end_date:null;
|
||||
$args->member_srl = $obj->member_srl;
|
||||
|
||||
// 카테고리가 선택되어 있으면 하부 카테고리까지 모두 조건에 추가
|
||||
if($args->category_srl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue