Changeset 9135 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r9134 r9135  
    506506    switch ($_POST['image_key']){ 
    507507        case "main_large_image": 
    508          
    509508            // °ìÍ÷¥á¥¤¥ó²èÁü 
    510509            lfMakeScaleImage($_POST['image_key'], "main_list_image"); 
     
    541540        $path = $objUpFile->saveResizeImage($_POST['image_key'], $scale); 
    542541        $objUpFile->temp_file[$arrImageKey[$to_key]] = $path; 
     542        sfprintr($path); 
    543543    } 
    544544} 
Note: See TracChangeset for help on using the changeset viewer.