Index: temp/trunk/data/class/SC_UploadFile.php
===================================================================
--- temp/trunk/data/class/SC_UploadFile.php	(revision 9268)
+++ temp/trunk/data/class/SC_UploadFile.php	(revision 9269)
@@ -304,7 +304,7 @@
 		$objImage = new SC_Image($filepath);
 		
-		//$path = $this->makeThumb($filepath, $to_w, $to_h);
-		
-		$path = $objImage->saveResizeImage($filepath, $to_w, $to_h);
+		$path = $this->makeThumb($filepath, $to_w, $to_h);
+		
+		//$path = $objImage->saveResizeImage($filepath, $to_w, $to_h);
 		
 		// ¥Õ¥¡¥¤¥ëÌ¾¤À¤±ÊÖ¤¹
