Ignore:
Timestamp:
2014/06/05 23:08:00 (9 years ago)
Author:
shutta
Message:

#2575 SC_ChekError> EXIST_CHECK_REVERSEにて、エラー文に項目名を使用していない
項目名の方を使用するように修正。

File:
1 edited

Legend:

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

    r23514 r23531  
    116116        // $this->createParam($value); 
    117117        if (strlen($this->arrParam[$value[0]]) == 0) { 
    118             $this->arrErr[$value[0]] = '※ ' . $value[0] . 'が入力されていません。<br />'; 
     118            $this->arrErr[$value[0]] = '※ ' . $value[1] . 'が入力されていません。<br />'; 
    119119        } 
    120120    } 
Note: See TracChangeset for help on using the changeset viewer.