Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php

    r21481 r21514  
    121121 
    122122        // FIXME: lfInitParam() で設定すれば良いように感じる 
    123         $objErr->doFunc(array("メールアドレス", 'email_mobile'), array('CHECK_REGIST_CUSTOMER_EMAIL')); 
     123        $objErr->doFunc(array('メールアドレス', 'email_mobile'), array('CHECK_REGIST_CUSTOMER_EMAIL')); 
    124124 
    125125        return $objErr->arrErr; 
Note: See TracChangeset for help on using the changeset viewer.