Ignore:
Timestamp:
2012/02/11 05:48:00 (14 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Mobile.php

    r21471 r21481  
    438438    function gfIsMobileMailAddress($address) { 
    439439        $masterData = new SC_DB_MasterData_Ex(); 
    440         $arrMobileMailDomains = $masterData->getMasterData("mtb_mobile_domain"); 
     440        $arrMobileMailDomains = $masterData->getMasterData('mtb_mobile_domain'); 
    441441 
    442442        foreach ($arrMobileMailDomains as $domain) { 
Note: See TracChangeset for help on using the changeset viewer.