Changeset 16366


Ignore:
Timestamp:
2007/10/10 17:04:09 (16 years ago)
Author:
nanasess
Message:

モバイルメールアドレスチェックにマスタデータを使用するよう修正

File:
1 edited

Legend:

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

    r16329 r16366  
    415415     */ 
    416416    function gfIsMobileMailAddress($address) { 
    417         // pdx.ne.jp(ウィルコム)追加 
    418         $arrMobileMailDomains = array('docomo.ne.jp', 'ezweb.ne.jp', 'softbank.ne.jp', 'vodafone.ne.jp', 'pdx.ne.jp'); 
     417        $masterData = new SC_DB_MasterData_Ex(); 
     418        $arrMobileMailDomains = $masterData->getMasterData("mtb_mobile_domain"); 
    419419 
    420420        if (defined('MOBILE_ADDITIONAL_MAIL_DOMAINS')) { 
Note: See TracChangeset for help on using the changeset viewer.