Changeset 9126 for temp/trunk/html


Ignore:
Timestamp:
2006/11/27 12:53:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9125 r9126  
    501501    $src_w = 0; 
    502502    $src_h = 0; 
    503      
    504     sfprintr($objUpFile); 
    505      
     503 
    506504    switch ($_POST['image_key']){ 
    507505        case "main_large_image": 
    508506         
    509507            // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 
    510             $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_list_image"]]; 
     508            $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_large_image"]]; 
    511509            list($src_w, $src_h) = getimagesize($src_path); 
    512510             
    513             sfprintr($arrImageKey); 
     511            sfprintr($arrImageKey["main_large_image"]); 
    514512            sfprintr($src_path); 
    515513            sfprintr($src_w); 
Note: See TracChangeset for help on using the changeset viewer.