Changeset 9410 for temp/trunk/html/admin
- Timestamp:
- 2006/11/29 17:42:41 (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
r9409 r9410 98 98 $tpl_nonclass = lfCheckNonClass($_POST['product_id']); 99 99 100 sfprintr($tpl_nonclass); 101 sfprintr($_POST['copy_product_id']); 102 sfprintr(sfIsInt($_POST['copy_product_id'])); 103 104 if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){ 100 if($_POST['product_id'] == "" and sfIsInt($_POST['copy_product_id'])){ 105 101 $tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 106 102 }
Note: See TracChangeset
for help on using the changeset viewer.
