Changeset 9406 for temp/trunk/html/admin/products/product.php
- Timestamp:
- 2006/11/29 17:35:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9405 r9406 75 75 // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 76 76 $arrForm = lfGetProduct($_POST['product_id']); 77 if($_POST['mode'] == "copy") $arrForm["product_id"] = ""; 77 if($_POST['mode'] == "copy"){ 78 $arrForm["copy_product_id"] = $arrForm["product_id"]; 79 $arrForm["product_id"] = ""; 80 } 78 81 $objPage->arrForm = $arrForm; 79 82
Note: See TracChangeset
for help on using the changeset viewer.
