Changeset 20206


Ignore:
Timestamp:
2011/02/19 20:11:40 (13 years ago)
Author:
kishida
Message:

#1016 SC_FormParamでエラーチェックできる項目にSELECT_CHECK、FILE_NAME_CHECK_BY_NOUPLOADを追加

File:
1 edited

Legend:

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

    r20180 r20206  
    205205                case 'NUM_COUNT_CHECK': 
    206206                case 'KANABLANK_CHECK': 
     207                case 'SELECT_CHECK': 
     208                case 'FILE_NAME_CHECK_BY_NOUPLOAD': 
    207209                    $this->recursionCheck($this->disp_name[$cnt], $func, 
    208210                                          $this->param[$cnt], $objErr->arrErr, 
Note: See TracChangeset for help on using the changeset viewer.