mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
기본 마이그레이션용 XML및 ttxml에 대해 importing 100% 가능하도록 수정. importer 0.2 commit
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b8c765148
commit
c37932cc71
27 changed files with 1593 additions and 1294 deletions
|
|
@ -99,7 +99,8 @@
|
|||
// 전체 설정에서 허용시 모듈별 설정을 체크
|
||||
else {
|
||||
$module_config = $trackback_config->module_config[$this->get('module_srl')];
|
||||
if(!$module_config || $module_config->enable_trackback != 'Y') $this->allow_trackback_status = false;
|
||||
if(!$module_config || $module_config->enable_trackback != 'N') $this->allow_trackback_status = true;
|
||||
else $this->allow_trackback_status = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue