Changeset 9405 for temp/trunk
- Timestamp:
- 2006/11/29 17:31:19 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/index.tpl (modified) (previous)
-
html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9404 r9405 75 75 // DB¤«¤é¾¦ÉʾðÊó¤ÎÆÉ¹þ 76 76 $arrForm = lfGetProduct($_POST['product_id']); 77 if($_POST['mode'] == "copy") { 78 $arrForm["product_id"] == ""; 79 sfprintr("copy"); 80 } 81 82 sfprintr($arrForm); 77 if($_POST['mode'] == "copy") $arrForm["product_id"] = ""; 83 78 $objPage->arrForm = $arrForm; 84 85 sfprintr($_POST);86 79 87 80 // ¾¦ÉÊ¥¹¥Æ¡¼¥¿¥¹¤ÎÊÑ´¹
Note: See TracChangeset
for help on using the changeset viewer.
