Ignore:
Timestamp:
2007/03/19 19:33:56 (17 years ago)
Author:
inoue
Message:

モバイルのクラスの有無を判定する

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_epsilon/card.php

    r11602 r11919  
    7373 
    7474    // ´°Î»²èÌ̤ؠ
    75     if (GC_MobileUserAgent::isMobile()) { 
     75    if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
    7676        header("Location: " .  gfAddSessionId(URL_SHOP_COMPLETE)); 
    7777    } else { 
     
    135135         
    136136        // ·ÈÂÓüËö¤Î¾ì¹ç¤Ï¡¢¥»¥Ã¥·¥ç¥óID¡¦¥ª¡¼¥À¡¼Èֹ桦Ìá¤Ã¤Æ¤¯¤ëURL¤òÊݸ¤·¤Æ¤ª¤¯¡£ 
    137         if (GC_MobileUserAgent::isMobile()) { 
     137        if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
    138138            sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/load_payment_module.php'); 
    139139            sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/confirm.php'); 
Note: See TracChangeset for help on using the changeset viewer.