Changeset 2022 for temp/trunk
- Timestamp:
- 2006/08/26 10:34:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product_class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product_class.php
r2021 r2022 118 118 function lfProductClassPage() { 119 119 global $objPage; 120 sfprintr($_POST);121 120 $objPage->arrHidden = $_POST; 122 121 $objPage->arrHidden['select_class_id1'] = ""; … … 130 129 } 131 130 } 131 132 // ¾¦ÉÊ̾¤ò¼èÆÀ 133 $objQuery = new SC_Query(); 134 $product_name = $objQuery->getOne("SELECT name FROM dtb_products WHERE product_id = ?", array($_POST['product_id'])); 135 $objPage->arrForm['product_name'] = $product_name; 136 132 137 } 133 138
Note: See TracChangeset
for help on using the changeset viewer.
