r6331 관련 커밋 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6332 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-19 03:36:30 +00:00
parent fcf90678f9
commit e8476eba00
12 changed files with 51 additions and 3 deletions

View file

@ -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;