Ignore:
Timestamp:
2014/07/13 18:43:01 (12 years ago)
Author:
shutta
Message:

#2594 (SC_CheckError::TEL_CHECK()の数字入力チェックに漏れ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_CheckError.php

    r23546 r23570  
    404404            if (strlen($this->arrParam[$value[$i]]) > 0 && strlen($this->arrParam[$value[$i]]) > $telItemLen) { 
    405405                $this->arrErr[$value[$i]] .= '※ ' . $value[0] . $i . 'は' . $telItemLen . '字以内で入力してください。<br />'; 
    406             } elseif ($this->numelicCheck($this->arrParam[$value[1]])) { 
     406            } elseif ($this->numelicCheck($this->arrParam[$value[$i]])) { 
    407407                $this->arrErr[$value[$i]] .= '※ ' . $value[0] . $i . 'は数字で入力してください。<br />'; 
    408408            } 
Note: See TracChangeset for help on using the changeset viewer.