#319 it_explan_strip_tags 추가 및 it_explan_html 삭제

This commit is contained in:
gnuboard
2013-11-06 10:45:11 +09:00
parent f50e867447
commit 1c08308981
4 changed files with 5 additions and 17 deletions

View File

@ -73,7 +73,7 @@ if($_FILES['excelfile']['tmp_name']) {
$comma = '';
$sql = " INSERT INTO {$g5['g5_shop_item_table']}
( it_id, ca_id, ca_id2, ca_id3, it_name, it_maker, it_origin, it_brand, it_model, it_type1, it_type2, it_type3, it_type4, it_type5, it_basic, it_explan, it_mobile_explan, it_explan_html, it_cust_price, it_price, it_point, it_sell_email, it_use, it_stock_qty, it_time, it_ip, it_order, it_tel_inq, it_img1, it_img2, it_img3, it_img4, it_img5, it_img6, it_img7, it_img8, it_img9, it_img10 )
( it_id, ca_id, ca_id2, ca_id3, it_name, it_maker, it_origin, it_brand, it_model, it_type1, it_type2, it_type3, it_type4, it_type5, it_basic, it_explan, it_mobile_explan, it_cust_price, it_price, it_point, it_sell_email, it_use, it_stock_qty, it_time, it_ip, it_order, it_tel_inq, it_img1, it_img2, it_img3, it_img4, it_img5, it_img6, it_img7, it_img8, it_img9, it_img10 )
VALUES ";
for ($i = 3; $i <= $data->sheets[0]['numRows']; $i++) {