Ignore:
Timestamp:
2007/10/08 19:40:30 (17 years ago)
Author:
naka
Message:

GC_Mobile*→SC_Mobile*に変換

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/downloads/module/mdl_epsilon/card.php

    r15532 r16329  
    7373 
    7474    // 完了画面へ 
    75     if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
     75    if (is_callable(SC_MobileUserAgent) && SC_MobileUserAgent::isMobile()) { 
    7676        header("Location: " .  gfAddSessionId(URL_SHOP_COMPLETE)); 
    7777    } else { 
     
    135135         
    136136        // 携帯端末の場合は、セッションID・オーダー番号・戻ってくるURLを保存しておく。 
    137         if (is_callable(GC_MobileUserAgent) && GC_MobileUserAgent::isMobile()) { 
     137        if (is_callable(SC_MobileUserAgent) && SC_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.