class 중간에 잘못 입력된 "(쌍따옴표) 한개 제거 (해피정님,210610)

This commit is contained in:
kagla
2021-06-17 17:13:48 +09:00
parent 3da6e9ff60
commit 8ea99dda00

View File

@ -181,7 +181,7 @@ if(!sql_query(" DESC {$g5['g5_shop_post_log_table']} ", false)) {
) ENGINE=MyISAM DEFAULT CHARSET=utf8; ", false);
}
// 현금영수증 발급 조건 추가
if(!isset($default['de_taxsave_types'])) {
sql_query(" ALTER TABLE `{$g5['g5_shop_default_table']}`
@ -1602,7 +1602,7 @@ function byte_check(el_cont, el_byte)
<input type="password" name="cf_icode_pw" value="<?php echo get_sanitize_input($config['cf_icode_pw']); ?>" class="frm_input" id="cf_icode_pw">
</td>
</tr>
<tr class="icode_old_version" <?php if(!(isset($userinfo['payment']) && $userinfo['payment'])){ echo 'cf_tr_hide'; } ?>">
<tr class="icode_old_version <?php if(!(isset($userinfo['payment']) && $userinfo['payment'])){ echo 'cf_tr_hide'; } ?>">
<th scope="row">요금제<br>(구버전)</th>
<td>
<input type="hidden" name="cf_icode_server_ip" value="<?php echo get_sanitize_input($config['cf_icode_server_ip']); ?>">