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

Legend:

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

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