mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
fixed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7817 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2d44fa17a
commit
04daa41054
2 changed files with 1 additions and 4 deletions
|
|
@ -26,11 +26,11 @@
|
||||||
* @brief 설치가 이상이 없는지 체크하는 method
|
* @brief 설치가 이상이 없는지 체크하는 method
|
||||||
**/
|
**/
|
||||||
function checkUpdate() {
|
function checkUpdate() {
|
||||||
$db_info = Context::getDbInfo ();
|
|
||||||
// 카운터에 site_srl추가
|
// 카운터에 site_srl추가
|
||||||
$oDB = &DB::getInstance();
|
$oDB = &DB::getInstance();
|
||||||
if(!$oDB->isColumnExists('counter_log', 'site_srl')) return true;
|
if(!$oDB->isColumnExists('counter_log', 'site_srl')) return true;
|
||||||
if(!$oDB->isIndexExists('counter_log','idx_site_counter_log')) return true;
|
if(!$oDB->isIndexExists('counter_log','idx_site_counter_log')) return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -38,7 +38,6 @@
|
||||||
* @brief 업데이트 실행
|
* @brief 업데이트 실행
|
||||||
**/
|
**/
|
||||||
function moduleUpdate() {
|
function moduleUpdate() {
|
||||||
$db_info = Context::getDBInfo ();
|
|
||||||
// 카운터에 site_srl추가
|
// 카운터에 site_srl추가
|
||||||
$oDB = &DB::getInstance();
|
$oDB = &DB::getInstance();
|
||||||
if(!$oDB->isColumnExists('counter_log', 'site_srl')) $oDB->addColumn('counter_log','site_srl','number',11,0,true);
|
if(!$oDB->isColumnExists('counter_log', 'site_srl')) $oDB->addColumn('counter_log','site_srl','number',11,0,true);
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@
|
||||||
* @brief 설치가 이상이 없는지 체크하는 method
|
* @brief 설치가 이상이 없는지 체크하는 method
|
||||||
**/
|
**/
|
||||||
function checkUpdate() {
|
function checkUpdate() {
|
||||||
$db_info = Context::getDBInfo ();
|
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
|
|
||||||
$oDB = &DB::getInstance();
|
$oDB = &DB::getInstance();
|
||||||
|
|
@ -77,7 +76,6 @@
|
||||||
* @brief 업데이트 실행
|
* @brief 업데이트 실행
|
||||||
**/
|
**/
|
||||||
function moduleUpdate() {
|
function moduleUpdate() {
|
||||||
$db_info = Context::getDBInfo ();
|
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
$oModuleController = &getController('module');
|
$oModuleController = &getController('module');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue