Changeset 7179 for temp/trunk/html/admin/develop
- Timestamp:
- 2006/11/01 12:02:42 (20 years ago)
- Location:
- temp/trunk/html/admin/develop
- Files:
-
- 2 edited
-
csv.php (modified) (1 diff)
-
upload_csv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/develop/csv.php
r5934 r7179 26 26 27 27 // ¥¨¥ó¥³¡¼¥É 28 $enc_filepath = sfEncodeFile($filepath, " EUC-JP", CSV_TEMP_DIR);28 $enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR); 29 29 30 30 $total = 0; -
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.
