Changeset 9190 for temp/trunk/data/class/SC_UploadFile.php
- Timestamp:
- 2006/11/27 19:13:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_UploadFile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_UploadFile.php
r9153 r9190 282 282 283 283 // ³ÈÂçΨ¤ò»ØÄꤷ¤Æ²èÁüÊݸ 284 function saveResizeImage($keyname, $ zip_scale= 1) {284 function saveResizeImage($keyname, $to_w = 1, $to_h = 1) { 285 285 $path = ""; 286 286 … … 292 292 $objImage = new SC_Image($filepath); 293 293 294 $path = $objImage->saveResizeImage($filepath, $ zip_scale);294 $path = $objImage->saveResizeImage($filepath, $to_w, $to_h); 295 295 296 296 // ¥Õ¥¡¥¤¥ë̾¤À¤±ÊÖ¤¹
Note: See TracChangeset
for help on using the changeset viewer.
