Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9144)
+++ temp/trunk/html/admin/products/product.php	(revision 9145)
@@ -496,4 +496,7 @@
 // ½Ì¾®¤·¤¿²èÁü¤ò¥»¥Ã¥È¤¹¤ë
 function lfSetScaleImage(){
+	
+	$subno = strrchr($_POST['image_key'], "sub_large_image");
+	sfprintr($subno);
 	switch ($_POST['image_key']){
 		case "main_large_image":
@@ -504,4 +507,6 @@
 			lfMakeScaleImage($_POST['image_key'], "main_list_image");
 			break;
+		case "sub_large_image":
+			break;
 		default:
 			break;
