Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9763)
+++ temp/trunk/html/admin/products/product.php	(revision 9764)
@@ -84,5 +84,5 @@
 			// ²èÁü¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼
 			$arrKey = $objUpFile->keyname;
-			$arrKeyID = sfswaparray($arrKey);
+			$arrKeyID = array_flip($arrKey);
 			
 			sfprintr($arrKeyID);
