Changeset 18599


Ignore:
Timestamp:
2010/03/03 14:20:09 (14 years ago)
Author:
ghana
Message:

携帯メールアドレスに仮確認メールを送信する際
本文の送信先の会員名が表示されないバグの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/customer/LC_Page_Admin_Customer.php

    r18598 r18599  
    230230                if (!empty($arrRet[0]['email_mobile'])) { 
    231231                    $objMailText = new SC_MobileView(false); 
     232                    $this->to_name01 = $arrRet[0]['name01']; 
     233                    $this->to_name02 = $arrRet[0]['name02']; 
    232234                } else { 
    233235                    $objMailText = new SC_SiteView(false); 
Note: See TracChangeset for help on using the changeset viewer.