Ignore:
Timestamp:
2010/08/06 14:52:59 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 機能追加

File:
1 edited

Legend:

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

    r18701 r18777  
    242242                    } 
    243243                    break; 
     244                // ダウンロード用ファイルの存在チェック 
     245                case 'DOWN_FILE_EXISTS': 
     246                    if($this->param[$cnt] != "" && !file_exists(DOWN_SAVE_DIR . $this->param[$cnt])) { 
     247                        $objErr->arrErr[$val] = "※ " . $this->disp_name[$cnt] . "のファイルが存在しません。<br>"; 
     248                    } 
     249                    break; 
    244250                default: 
    245251                    $objErr->arrErr[$val] = "※※ エラーチェック形式($func)には対応していません ※※ <br>"; 
Note: See TracChangeset for help on using the changeset viewer.