Changeset 9112 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/27 11:55:07 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9111 r9112  
    125125     
    126126    // Ãæ¡¢¾®²èÁüÀ¸À® 
    127     $arrImageKey = array_flip($objUpFile->keyname); 
    128     sfprintr($arrImageKey[$_POST['image_key']]); 
    129127    sfprintr($_POST['image_key']); 
    130128     
    131     sfprintr($objUpFile); 
    132     $objUpFile->temp_file[3] = $objUpFile->temp_file[4]; 
     129    $path = $objUpFile->saveResizeImage($_POST['image_key'],0.5); 
     130     
     131    sfprintr($path); 
    133132     
    134133    lfProductPage(); // ¾¦ÉÊÅÐÏ¿¥Ú¡¼¥¸ 
Note: See TracChangeset for help on using the changeset viewer.