Changeset 17727


Ignore:
Timestamp:
2008/12/04 08:42:44 (15 years ago)
Author:
takegami
Message:

#401 改修

File:
1 edited

Legend:

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

    r17411 r17727  
    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.