From c40dfd2e029ca0bc85ae4407140aef72266a15f2 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 25 Jul 2007 05:05:42 +0000 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=93=88=EC=9D=98=20schema=EB=93=B1?= =?UTF-8?q?=EC=9D=98=20=EB=B3=80=EB=8F=99=EC=9D=B4=20=EC=9E=88=EC=9D=84=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20install=ED=95=A0=20=EC=88=98=20=EC=9E=88?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=ED=95=98=EB=8A=94=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=B3=80=EC=88=98=EB=AA=85=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2004 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.model.php | 4 ++-- modules/module/tpl/module_list.html | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/module/module.model.php b/modules/module/module.model.php index b4dbc358e..61955535c 100644 --- a/modules/module/module.model.php +++ b/modules/module/module.model.php @@ -544,8 +544,8 @@ $info->admin_index_act = $info->admin_index_act; // 설치 유무 체크 (설치는 DB의 설치만 관리) - if($table_count > $created_table_count) $info->need_installed = false; - else $info->need_installed = true; + if($table_count > $created_table_count) $info->need_install = treu; + else $info->need_install = false; // 각 모듈의 module.class.php로 upgrade 유무 체크 $oDummy = null; diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index 62ce73a6e..e41f2498f 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -39,10 +39,11 @@ {$val->path} {$lang->cmd_view} + + {$lang->cmd_install} + {$lang->cmd_update} - - {$lang->cmd_install}