#270. 관리자가 직접 수식을 입력할 수 있고, 레벨별 포인트를 자동으로 계산하도록 함. IE7,FF2 정상. 1000레벨 계산 정상. 언어 파일 번역 필요.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3011 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-11-19 12:38:00 +00:00
parent e5abb05c3d
commit 47e57f36c6
4 changed files with 25 additions and 0 deletions

View file

@ -48,6 +48,8 @@
$config->level_step[$i] = (int)$args->{$key};
}
$config->expression = $args->expression;
// 저장
$oModuleController = &getController('module');
$oModuleController->insertModuleConfig('point', $config);