Changeset 9153 for temp/trunk


Ignore:
Timestamp:
2006/11/27 14:11:28 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r9151 r9153  
    4848         
    4949        $dst_file = $this->temp_dir . $uniqname; 
    50          
    51         sfprintr($width); 
    52         sfprintr($height); 
    5350         
    5451        $objThumb = new gdthumb(); 
  • temp/trunk/html/admin/products/product.php

    r9149 r9153  
    530530            $scale = 1; 
    531531        } 
     532         
     533        sfprintr($scale); 
     534         
    532535        $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 
    533536        $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 
Note: See TracChangeset for help on using the changeset viewer.