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

This commit is contained in:
zero 2007-03-05 11:34:16 +00:00
parent 9133108828
commit 2c67aa349a
7 changed files with 58 additions and 2 deletions

View file

@ -18,7 +18,8 @@
**/
function procInsertConfig() {
// 기본 정보를 받음
$args = Context::gets('interval','limit_count');
$args = Context::gets('interval','limit_count','check_trackback');
if($args->check_trackback!='Y') $args->check_trackback = 'N';
// module Controller 객체 생성하여 입력
$oModuleController = &getController('module');