Ignore:
Timestamp:
2009/02/13 21:59:21 (17 years ago)
Author:
zeniya
Message:

パスワード文字数の定数化

File:
1 edited

Legend:

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

    r17411 r17771  
    154154        $arrRet = $this->getHashArray($keyname); 
    155155        $objErr = new SC_CheckError($arrRet); 
     156 
    156157        $cnt = 0; 
    157158        foreach($this->keyname as $val) { 
     
    196197                    break; 
    197198                case 'MAX_LENGTH_CHECK': 
     199                case 'MIN_LENGTH_CHECK': 
    198200                case 'NUM_COUNT_CHECK': 
    199201                    if(!is_array($this->param[$cnt])) { 
Note: See TracChangeset for help on using the changeset viewer.