Ignore:
Timestamp:
2006/11/27 19:13:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_UploadFile.php

    r9153 r9190  
    282282         
    283283    // ³ÈÂçΨ¤ò»ØÄꤷ¤Æ²èÁüÊݸ 
    284     function saveResizeImage($keyname, $zip_scale = 1) { 
     284    function saveResizeImage($keyname, $to_w = 1, $to_h = 1) { 
    285285        $path = ""; 
    286286         
     
    292292        $objImage = new SC_Image($filepath); 
    293293         
    294         $path = $objImage->saveResizeImage($filepath, $zip_scale); 
     294        $path = $objImage->saveResizeImage($filepath, $to_w, $to_h); 
    295295         
    296296        // ¥Õ¥¡¥¤¥ë̾¤À¤±ÊÖ¤¹ 
Note: See TracChangeset for help on using the changeset viewer.