Changeset 4965 for temp/trunk/html/admin
- Timestamp:
- 2006/09/17 22:01:56 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
develop/upload_csv.php (modified) (1 diff)
-
home.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()"; -
temp/trunk/html/admin/home.php
r4964 r4965 52 52 53 53 } 54 $objPage->arrNewOrder = $arrNewOrder ();54 $objPage->arrNewOrder = $arrNewOrder; 55 55 56 56 // ¤ªÃΤ餻°ìÍ÷¤Î¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
