Changeset 22817


Ignore:
Timestamp:
2013/05/14 00:30:26 (11 years ago)
Author:
Seasoft
Message:

#2247 (CHECK_BIRTHDAY 0年0月0日ですり抜け)

File:
1 edited

Legend:

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

    r22609 r22817  
    936936        $this->createParam($value); 
    937937        // 年が入力されている。 
    938         if ($this->arrParam[$value[1]] > 0) { 
     938        if (strlen($this->arrParam[$value[1]]) >= 1) { 
    939939 
    940940            // 年の数字チェック、最小数値制限チェック 
Note: See TracChangeset for help on using the changeset viewer.