Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9575)
+++ temp/trunk/html/admin/products/product.php	(revision 9576)
@@ -348,5 +348,4 @@
 		
 		// ¥³¥Ô¡¼¾¦ÉÊ¤Î¾ì¹ç¤Ë¤Ïµ¬³Ê¤â¥³¥Ô¡¼¤¹¤ë
-		sfprintr($_POST);
 		if($_POST["copy_product_id"] != "" and sfIsInt($_POST["copy_product_id"])){
 			// dtb_products_class ¤Î¥«¥é¥à¤ò¼èÆÀ
@@ -358,7 +357,7 @@
 			unset($arrColList[$arrColList_tmp["product_id"]]);			 //¾¦ÉÊID
 			
+			$col = sfGetCommaList($arrColList);
 			
-			sfprintr($arrColList);
-			$col = sfGetCommaList($arrColList);
+			$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"]));
 		}
 
