Changeset 16153


Ignore:
Timestamp:
2007/09/28 14:56:32 (16 years ago)
Author:
nanasess
Message:

クラス化に伴う修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_CheckError.php

    r15899 r16153  
    855855        } 
    856856        $this->createParam($value); 
    857         if(strlen($this->arrParam[$value[1]]) > 0 && !gfIsMobileMailAddress($this->arrParam[$value[1]])) { 
     857        $objMobile = new SC_Helper_Mobile_Ex(); 
     858        if(strlen($this->arrParam[$value[1]]) > 0 && !$objMobile->gfIsMobileMailAddress($this->arrParam[$value[1]])) { 
    858859            $this->arrErr[$value[1]] = "※ " . $value[0] . "は携帯電話のものではありません。<br />"; 
    859860        } 
Note: See TracChangeset for help on using the changeset viewer.