Index: branches/dev/html/admin/products/product.php
===================================================================
--- branches/dev/html/admin/products/product.php	(revision 14432)
+++ branches/dev/html/admin/products/product.php	(revision 14586)
@@ -556,15 +556,12 @@
 			// °ìÍ÷¥á¥¤¥ó²èÁü
 			lfMakeScaleImage($_POST['image_key'], "main_list_image");
-            $arrKey[] = "main_list_image";
             break;
 		case "sub_large_image" . $subno:
 			// ¥µ¥Ö¥á¥¤¥ó²èÁü
 			lfMakeScaleImage($_POST['image_key'], "sub_image" . $subno);
-            $arrKey[] = "sub_image" . $subno;
 			break;
 		default:
 			break;
 	}
-    return $arrKey;
 }
 
