Ignore:
Timestamp:
2012/02/11 04:51:32 (14 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21479 r21480  
    148148                    and $val['rw_flg'] == CSV_COLUMN_RW_FLG_READ_WRITE 
    149149                    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) { 
    151151                //必須フィールド 
    152152                $result = false; 
     
    243243        if ($is_download) { 
    244244            // CSVを送信する。 
    245             $this->lfDownloadCSVFile($tmp_filename, $file_head . "_"); 
     245            $this->lfDownloadCSVFile($tmp_filename, $file_head . '_'); 
    246246            $res = true; 
    247247        } else { 
Note: See TracChangeset for help on using the changeset viewer.