사용하지 않는 필드 제거

This commit is contained in:
chicpro
2013-06-19 13:51:21 +09:00
parent 81297dd768
commit 452094836f
4 changed files with 1 additions and 20 deletions

View File

@ -759,18 +759,6 @@ $pg_anchor = '<ul class="anchor">
</select>
</td>
</tr>
<?php /* ?>
<tr>
<th scope="row"><label for="de_scroll_banner_use">스크롤배너 사용</label></th>
<td>
<?php echo help("'예'로 설정한 경우 쇼핑몰 우측에 스크롤배너가 출력됩니다.", 50); ?>
<select name="de_scroll_banner_use" id="de_scroll_banner_use">
<option value="0" <?php echo get_selected($default['de_scroll_banner_use'], 0); ?>>사용안함</option>
<option value="1" <?php echo get_selected($default['de_scroll_banner_use'], 1); ?>>사용</option>
</select>
</td>
</tr>
<?php */ ?>
<tr>
<th scope="row"><label for="de_level_sell">상품구입 권한</label></th>
<td>

View File

@ -98,9 +98,6 @@ $sql = " update {$g4['shop_default_table']}
de_card_point = '$de_card_point',
de_card_pg = '$de_card_pg',
de_card_max_amount = '$de_card_max_amount',
de_banktown_mid = '$de_banktown_mid',
de_banktown_auth_key = '$de_banktown_auth_key',
de_telec_mid = '$de_telec_mid',
de_mileage_use = '$de_mileage_use',
de_point_settle = '$de_point_settle',
de_level_sell = '$de_level_sell',
@ -117,7 +114,6 @@ $sql = " update {$g4['shop_default_table']}
de_simg_height = '$de_simg_height',
de_mimg_width = '$de_mimg_width',
de_mimg_height = '$de_mimg_height',
de_scroll_banner_use = '$de_scroll_banner_use',
de_cart_skin = '$de_cart_skin',
de_register = '$de_register',
de_kcp_mid = '$de_kcp_mid',

View File

@ -269,7 +269,7 @@ if($shop_install) {
de_card_point = '0',
de_point_days = '7',
de_card_pg = 'kcp',
de_kcp_mid = 'T0000',
de_kcp_mid = '',
de_send_cost_case = '상한',
de_send_cost_limit = '20000;30000;40000',
de_send_cost_list = '4000;3000;2000',

View File

@ -246,9 +246,6 @@ CREATE TABLE IF NOT EXISTS `shop_default` (
`de_card_point` int(11) NOT NULL DEFAULT '0',
`de_card_pg` varchar(255) NOT NULL DEFAULT '',
`de_card_max_amount` int(11) NOT NULL DEFAULT '0',
`de_banktown_mid` varchar(255) NOT NULL DEFAULT '',
`de_banktown_auth_key` varchar(255) NOT NULL DEFAULT '',
`de_telec_mid` varchar(255) NOT NULL DEFAULT '',
`de_point_settle` int(11) NOT NULL DEFAULT '0',
`de_mileage_use` tinyint(4) NOT NULL DEFAULT '0',
`de_level_sell` int(11) NOT NULL DEFAULT '0',