상품정보에 브랜드 모델 추가

This commit is contained in:
chicpro
2013-05-29 11:53:09 +09:00
parent 878e546383
commit 59a1e358e6
6 changed files with 62 additions and 5 deletions

View File

@ -93,7 +93,6 @@ if(!$result) {
}
// it_brand 추가
/*
$sql = " select it_brand from {$g4['shop_item_table']} limit 1 ";
$result = sql_query($sql, false);
if(!$result) {
@ -101,7 +100,6 @@ if(!$result) {
ADD `it_brand` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_origin`,
ADD `it_model` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_brand` ", false);
}
*/
// sms_cont5 필드추가
$sql = " select de_sms_cont5 from {$g4['shop_default_table']} ";