Changeset 18598


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

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

File:
1 edited

Legend:

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

    r18592 r18598  
    229229                 */ 
    230230                if (!empty($arrRet[0]['email_mobile'])) { 
    231                     $objMailText = new SC_MobileView(); 
     231                    $objMailText = new SC_MobileView(false); 
    232232                } else { 
    233                     $objMailText = new SC_SiteView(); 
     233                    $objMailText = new SC_SiteView(false); 
    234234                } 
    235235                $objMailText->assignobj($this); 
Note: See TracChangeset for help on using the changeset viewer.