게시판별 첨부파일 제한이 없을경우(공백) 파일첨부모듈의 제한을 따르도록함

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5115 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-18 05:03:41 +00:00
parent a1b2660aa8
commit 471aba08e2
3 changed files with 19 additions and 2 deletions

View file

@ -149,6 +149,11 @@
}
}
// 게시판만 뽑자
foreach($module_list as $module_srl => $module) {
if($module->module != 'board') unset($module_list[$module_srl]);
}
// module_category와 module의 조합
if($module_categories) {
foreach($module_list as $module_srl => $module) {