Ignore:
Timestamp:
2010/03/03 19:18:59 (14 years ago)
Author:
shutta
Message:

r18599 をマージ。
仮登録メール再送機能で、携帯メールアドレスに再送する際、本文の送信先の会員名が表示されないバグの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php

    r18597 r18600  
    226226                if (!empty($arrRet[0]['email_mobile'])) { 
    227227                    $objMailText = new SC_MobileView(false); 
     228                    $this->to_name01 = $arrRet[0]['name01']; 
     229                    $this->to_name02 = $arrRet[0]['name02']; 
    228230                } else { 
    229231                    $objMailText = new SC_SiteView(false); 
Note: See TracChangeset for help on using the changeset viewer.