From 573746d8cd20bc6ab9bd9718aa4fe66e552b65d4 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 31 Jul 2013 10:54:56 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94,=20=ED=95=84?= =?UTF-8?q?=EB=93=9C=20=EC=99=84=EB=A3=8C=20=EB=AC=B8=EA=B5=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.php b/upgrade.php index 3a1a708af..d59b1f7d7 100644 --- a/upgrade.php +++ b/upgrade.php @@ -16,4 +16,6 @@ if(!sql_query(" select cf_point_term from {$g4['config_table']} ", false)) { set po_expire_date = '9999-12-31' where po_expire_date = '0000-00-00' "); } + +die("테이블 또는 필드 추가 업그레이드가 완료 되었습니다."); ?> \ No newline at end of file