Changeset 18597


Ignore:
Timestamp:
2010/03/03 12:09:18 (14 years ago)
Author:
shutta
Message:

#616 対応の続き。
SC_SiteView,SC_MobileViewの第一引数にfalseを渡すように変更。

File:
1 edited

Legend:

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

    r18591 r18597  
    225225                 */ 
    226226                if (!empty($arrRet[0]['email_mobile'])) { 
    227                     $objMailText = new SC_MobileView(); 
     227                    $objMailText = new SC_MobileView(false); 
    228228                } else { 
    229                     $objMailText = new SC_SiteView(); 
     229                    $objMailText = new SC_SiteView(false); 
    230230                } 
    231231                $objMailText->assignobj($this); 
Note: See TracChangeset for help on using the changeset viewer.