Ignore:
Timestamp:
2011/10/28 18:58:18 (12 years ago)
Author:
shutta
Message:

#1527 (端末種別の判別ルーチンの統一)
Net_UserAgent_Mobile::isMobile()な処理をSC_Display_Ex::detectDevice()に統一。
但し、SC_Mobile_UserAgent::isNonMobile()は、対象から除外した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/helper/SC_Helper_Mail.php

    r21185 r21302  
    150150        $arrTplVar->tpl_user_point = $objCustomer->getValue('point'); 
    151151 
    152        if(Net_UserAgent_Mobile::isMobile() === true) { 
     152       if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    153153            $objMailView = new SC_MobileView_Ex(); 
    154154       } else { 
Note: See TracChangeset for help on using the changeset viewer.