Changeset 9969 for temp/trunk/html
- Timestamp:
- 2006/11/30 21:11:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9968 r9969 350 350 $sqlval['create_date'] = "Now()"; 351 351 $objQuery->insert("dtb_products", $sqlval); 352 352 $objQuery->getlastquery(); 353 353 354 if (DB_TYPE == "mysql") { 354 355 $product_id = $objQuery->nextval("dtb_products", "product_id"); … … 370 371 $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"])); 371 372 372 $objQuery->getlastquery();373 373 } 374 374
Note: See TracChangeset
for help on using the changeset viewer.
