Changeset 9131 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r9130 r9131  
    551551    list($src_w, $src_h) = getimagesize($src_path);  
    552552     
    553     if($objUpFile->temp_file[$arrImageKey[$to_key] == ""){ 
     553    if($objUpFile->temp_file[$arrImageKey[$to_key]] == ""){ 
    554554        // ¸µ²èÁü¤Î¤Û¤¦¤¬Â礭¤¤¾ì¹ç¤Ë¤Ï½Ì¾®Î¨ÀßÄê 
    555555        if(NORMAL_IMAGE_WIDTH < $src_w and NORMAL_IMAGE_HEIGHT < $src_h){ 
     
    559559        } 
    560560        $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 
    561         $objUpFile->temp_file[$arrImageKey[$to_key] = $path; 
     561        $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 
    562562    } 
    563563} 
Note: See TracChangeset for help on using the changeset viewer.