- Timestamp:
- 2012/02/11 04:51:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_CSV.php
r21479 r21480 148 148 and $val['rw_flg'] == CSV_COLUMN_RW_FLG_READ_WRITE 149 149 and $val['error_check_types'] != "" 150 and strpos(strtoupper($val['error_check_types']), "EXIST_CHECK") !== FALSE) {150 and strpos(strtoupper($val['error_check_types']), 'EXIST_CHECK') !== FALSE) { 151 151 //必須フィールド 152 152 $result = false; … … 243 243 if ($is_download) { 244 244 // CSVを送信する。 245 $this->lfDownloadCSVFile($tmp_filename, $file_head . "_");245 $this->lfDownloadCSVFile($tmp_filename, $file_head . '_'); 246 246 $res = true; 247 247 } else {
Note: See TracChangeset
for help on using the changeset viewer.
