Changeset 9269 for temp/trunk/data/class
- Timestamp:
- 2006/11/28 10:17:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_UploadFile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_UploadFile.php
r9268 r9269 304 304 $objImage = new SC_Image($filepath); 305 305 306 //$path = $this->makeThumb($filepath, $to_w, $to_h);307 308 $path = $objImage->saveResizeImage($filepath, $to_w, $to_h);306 $path = $this->makeThumb($filepath, $to_w, $to_h); 307 308 //$path = $objImage->saveResizeImage($filepath, $to_w, $to_h); 309 309 310 310 // ¥Õ¥¡¥¤¥ë̾¤À¤±ÊÖ¤¹
Note: See TracChangeset
for help on using the changeset viewer.
