Ignore:
Timestamp:
2008/08/18 20:45:40 (16 years ago)
Author:
Seasoft
Message:

波ダッシュ(〜)を全角チルダ(~)に統一

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_CheckError.php

    r16582 r17546  
    482482        $count = strlen($this->arrParam[$value[1]]); 
    483483        if( ( $count > 0 ) && $value[2] > $count || $value[3] < $count ) { 
    484             $this->arrErr[$value[1]] =  "※ $value[0]は$value[2]桁$value[3]桁で入力して下さい。<br />"; 
     484            $this->arrErr[$value[1]] =  "※ $value[0]は$value[2]桁$value[3]桁で入力して下さい。<br />"; 
    485485        } 
    486486    } 
Note: See TracChangeset for help on using the changeset viewer.