Changeset 4965 for temp/trunk/html/admin/develop/upload_csv.php
- Timestamp:
- 2006/09/17 22:01:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/develop/upload_csv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/develop/upload_csv.php
r4608 r4965 208 208 } 209 209 210 $product_id = $objQuery->nextval("dtb_products", "product_id");211 $sqlval['product_id'] = $product_id;210 // $product_id = $objQuery->nextval("dtb_products", "product_id"); 211 // $sqlval['product_id'] = $product_id; 212 212 $sqlval['status'] = 1; // ɽ¼¨¤ËÀßÄꤹ¤ë¡£ 213 213 $sqlval['update_date'] = "Now()";
Note: See TracChangeset
for help on using the changeset viewer.
