Changeset 9408 for temp/trunk
- Timestamp:
- 2006/11/29 17:38:54 (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
r9407 r9408 96 96 case 'edit': 97 97 // µ¬³ÊÅÐÏ¿¤¢¤ê¤Ê¤·È½Äê 98 $objPage->tpl_nonclass = lfCheckNonClass($_POST['product_id']); 99 $objPage->tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 98 $tpl_nonclass = lfCheckNonClass($_POST['product_id']); 99 100 if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){ 101 $tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 102 } 103 $objPage->tpl_nonclass = $tpl_nonclass; 104 100 105 // ÆþÎÏÃͤÎÊÑ´¹ 101 106 $objPage->arrForm = lfConvertParam($objPage->arrForm);
Note: See TracChangeset
for help on using the changeset viewer.
