Changeset 10595 for temp/branches


Ignore:
Timestamp:
2006/12/14 11:38:42 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/products/upload_csv.php

    r10594 r10595  
    5656        $filepath = $objUpFile->getTempFilePath('csv_file'); 
    5757        // ¥¨¥ó¥³¡¼¥É 
    58 sfprintr($filepath); 
    59 sfprintr(CHAR_CODE); 
    60 sfprintr(CSV_TEMP_DIR); 
    6158        $enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR); 
    6259        $fp = fopen($enc_filepath, "r"); 
Note: See TracChangeset for help on using the changeset viewer.