Ignore:
Timestamp:
2011/03/17 18:36:16 (13 years ago)
Author:
kotani
Message:

#854(PHP4対応)

  • stripos() を変更
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_CSV.php

    r20562 r20686  
    133133                    and $val['rw_flg'] == CSV_COLUMN_RW_FLG_READ_WRITE 
    134134                    and $val['error_check_types'] != "" 
    135                     and stripos($val['error_check_types'], "EXIST_CHECK") !== FALSE) { 
     135                    and strpos(strtoupper($val['error_check_types']), "EXIST_CHECK") !== FALSE) { 
    136136                //必須フィールド 
    137137                $result = false; 
Note: See TracChangeset for help on using the changeset viewer.