mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
오타정정 treu → true
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2567 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
58c46555f8
commit
cb406fda99
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@
|
||||||
$info->admin_index_act = $info->admin_index_act;
|
$info->admin_index_act = $info->admin_index_act;
|
||||||
|
|
||||||
// 설치 유무 체크 (설치는 DB의 설치만 관리)
|
// 설치 유무 체크 (설치는 DB의 설치만 관리)
|
||||||
if($table_count > $created_table_count) $info->need_install = treu;
|
if($table_count > $created_table_count) $info->need_install = true;
|
||||||
else $info->need_install = false;
|
else $info->need_install = false;
|
||||||
|
|
||||||
// 각 모듈의 module.class.php로 upgrade 유무 체크
|
// 각 모듈의 module.class.php로 upgrade 유무 체크
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue