From 390180435589180707fe59882930bb3f952ac9b0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 3 Dec 2013 10:43:55 +0900 Subject: [PATCH] =?UTF-8?q?extend2=20=ED=8C=8C=EC=9D=BC=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index b5667ac93..932f68dcd 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -646,7 +646,6 @@ if(stripos($row['Type'], 'enum') !== false) { sql_query(" ALTER TABLE `{$g5['g5_shop_cart_table']}` CHANGE `ct_status` `ct_status` varchar(255) NOT NULL DEFAULT '' ", true); } -*/ // 상품테이블에 검색을 위하여 태그없는 상품설명 저장용 필드 추가 @@ -731,4 +730,5 @@ if(!sql_query(" select iq_hp from {$g5['g5_shop_item_qa_table']} limit 1 ", fals ADD `iq_email` varchar(255) NOT NULL DEFAULT '' AFTER `iq_name`, ADD `iq_hp` varchar(255) NOT NULL DEFAULT '' AFTER `iq_email` ", true); } +*/ ?>