mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
r6331 관련 커밋 마무리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6332 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fcf90678f9
commit
e8476eba00
12 changed files with 51 additions and 3 deletions
|
|
@ -51,6 +51,10 @@
|
|||
if($args->disable_download == 'Y') $config->disable_download = 'Y';
|
||||
else $config->disable_download = 'N';
|
||||
|
||||
// 포인트 미달시 글 열람 금지 여부 체크
|
||||
if($args->disable_read_document == 'Y') $config->disable_read_document = 'Y';
|
||||
else $config->disable_read_document = 'N';
|
||||
|
||||
// 레벨별 그룹 설정
|
||||
foreach($args as $key => $val) {
|
||||
if(substr($key, 0, strlen('point_group_')) != 'point_group_') continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue