Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9138)
+++ temp/trunk/html/admin/products/product.php	(revision 9139)
@@ -497,5 +497,4 @@
 function lfSetScaleImage(){
 	global $objUpFile;
-	$arrImageKey = array_flip($objUpFile->keyname);
 	
 	$src_w = 0;
@@ -521,5 +520,6 @@
 function lfMakeScaleImage($from_key, $to_key){
 	global $objUpFile;
-	global $arrImageKey;
+	$arrImageKey = array_flip($objUpFile->keyname);
+
 
 	// ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ
