Changeset 7179 for temp/trunk/html/admin/develop/upload_csv.php
- Timestamp:
- 2006/11/01 12:02:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/develop/upload_csv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/develop/upload_csv.php
r5934 r7179 56 56 $filepath = $objUpFile->getTempFilePath('csv_file'); 57 57 // ¥¨¥ó¥³¡¼¥É 58 $enc_filepath = sfEncodeFile($filepath, " EUC-JP", CSV_TEMP_DIR);58 $enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR); 59 59 $fp = fopen($enc_filepath, "r"); 60 60
Note: See TracChangeset
for help on using the changeset viewer.
