mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@27 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
350340deec
commit
fce135d197
2 changed files with 28 additions and 28 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* $brief 인스톨 환경을 체크하여 결과 return
|
* @brief 인스톨 환경을 체크하여 결과 return
|
||||||
**/
|
**/
|
||||||
function checkInstallEnv() {
|
function checkInstallEnv() {
|
||||||
// 각 필요한 항목 체크
|
// 각 필요한 항목 체크
|
||||||
|
|
@ -180,7 +180,7 @@
|
||||||
if($oDB->isError()) return $oDB->getError();
|
if($oDB->isError()) return $oDB->getError();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new Output();
|
return new Object();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue