Ignore:
Timestamp:
2009/03/19 13:01:28 (15 years ago)
Author:
Seasoft
Message:

merge 17727
・取得元: version-2
【取得元のログメッセージ】
#401 改修

File:
1 edited

Legend:

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

    r17795 r17912  
    518518        } 
    519519        $this->createParam($value); 
    520         if(strlen($this->arrParam[$value[1]]) > 0 && !ereg("^[^@]+@[^.]+\..+", $this->arrParam[$value[1]])) { 
     520        if(strlen($this->arrParam[$value[1]]) > 0 && !ereg("^[^@]+@[^.^@]+\..+", $this->arrParam[$value[1]])) { 
    521521            $this->arrErr[$value[1]] = "※ " . $value[0] . "の形式が不正です。<br />"; 
    522522        } 
Note: See TracChangeset for help on using the changeset viewer.