git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7817 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-11-09 01:44:50 +00:00
parent a2d44fa17a
commit 04daa41054
2 changed files with 1 additions and 4 deletions

View file

@ -47,7 +47,6 @@
* @brief 설치가 이상이 없는지 체크하는 method
**/
function checkUpdate() {
$db_info = Context::getDBInfo ();
$oModuleModel = &getModel('module');
$oDB = &DB::getInstance();
@ -77,7 +76,6 @@
* @brief 업데이트 실행
**/
function moduleUpdate() {
$db_info = Context::getDBInfo ();
$oModuleModel = &getModel('module');
$oModuleController = &getController('module');