Changeset 17814 for branches/version-2_4
- Timestamp:
- 2009/02/20 11:11:37 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r17809 r17814 462 462 $col = SC_Utils_Ex::sfGetCommaList($arrColList); 463 463 464 $objQuery->query("INSERT INTO dtb_products_class (product_id, ". $col .") SELECT ?, " . $col. " FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id", array($product_id, $_POST["copy_product_id"]));464 $objQuery->query("INSERT INTO dtb_products_class (product_id, create_date, ". $col .") SELECT ?, now(), " . $col. " FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id", array($product_id, $_POST["copy_product_id"])); 465 465 466 466 }
Note: See TracChangeset
for help on using the changeset viewer.
