Changeset 9123 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r9122 r9123  
    508508         
    509509            // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 
    510             list($src_w, $src_h) = getimagesize($objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_list_image"]]); 
     510            $src_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey["main_list_image"]]; 
     511            list($src_w, $src_h) = getimagesize($src_path); 
     512             
     513            sfprintr($src_path); 
     514            sfprintr($src_w); 
    511515         
    512516            // ½Ì¾®Î¨ÀßÄê 
Note: See TracChangeset for help on using the changeset viewer.