Changeset 20686
- Timestamp:
- 2011/03/17 18:36:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/helper/SC_Helper_CSV.php
r20562 r20686 133 133 and $val['rw_flg'] == CSV_COLUMN_RW_FLG_READ_WRITE 134 134 and $val['error_check_types'] != "" 135 and str ipos($val['error_check_types'], "EXIST_CHECK") !== FALSE) {135 and strpos(strtoupper($val['error_check_types']), "EXIST_CHECK") !== FALSE) { 136 136 //必須フィールド 137 137 $result = false;
Note: See TracChangeset
for help on using the changeset viewer.