이벤트 상품 등록 후 해당 상품 리스트에서 제거하도록 스크립트 수정

This commit is contained in:
chicpro
2013-07-25 11:40:04 +09:00
parent f6d1e8268d
commit 4cc7e8e8f5
2 changed files with 6 additions and 3 deletions

View File

@ -378,6 +378,6 @@ if(!sql_query(" select od_tax_flag from {$g4['shop_order_table']} limit 1 ", fal
if (!isset($default['de_shop_skin'])) {
sql_query(" ALTER TABLE `{$g4['shop_default_table']}`
ADD `de_shop_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `de_admin_info_email`,
ADD `de_shop_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `de_shop_skin` ", true);
ADD `de_shop_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `de_shop_skin` ", false);
}
?>