git-svn-id: http://xe-core.googlecode.com/svn/trunk@94 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 13:48:20 +00:00
parent bc1b8c03f9
commit f90c269325

View file

@ -435,7 +435,7 @@
/** /**
* @brief 게시판 관리 목록 보여줌 * @brief 게시판 관리 목록 보여줌
**/ **/
function dispContent() { function dispAdminContent() {
// module_srl이 있으면 미리 체크하여 존재하는 모듈이면 module_info 세팅 // module_srl이 있으면 미리 체크하여 존재하는 모듈이면 module_info 세팅
$module_srl = Context::get('module_srl'); $module_srl = Context::get('module_srl');
if($module_srl) { if($module_srl) {
@ -445,6 +445,7 @@
Context::set('module_srl',''); Context::set('module_srl','');
$this->act = 'dispContent'; $this->act = 'dispContent';
} else Context::set('module_info',$module_info); } else Context::set('module_info',$module_info);
}
// 등록된 board 모듈을 불러와 세팅 // 등록된 board 모듈을 불러와 세팅
$oDB = &DB::getInstance(); $oDB = &DB::getInstance();