Changeset 15475 for branches


Ignore:
Timestamp:
2007/08/30 16:39:48 (17 years ago)
Author:
naka
Message:
 
Location:
branches/feature-module-zeus/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r15455 r15475  
    9090     
    9191    if(ereg('Success_order', $response)) { 
     92        // ¼õÃí¥Æ¡¼¥Ö¥ë¤Ëµ­Ï¿¤¹¤ë 
     93        $arrVal["memo01"] = MDL_ZEUS_ID;    // ¥â¥¸¥å¡¼¥ëID 
     94        $arrVal["memo03"] = $response;      // ½èÍý·ë²Ì      
     95        // ¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë¹¹¿· 
     96        sfRegistTempOrder($arrData['order_temp_id'], $arrVal); 
     97             
    9298        return true; 
    9399    } else { 
  • branches/feature-module-zeus/data/include/mobile.inc

    r15469 r15475  
    1515 */ 
    1616function lfMobileCheckCompatibility() { 
    17      
    18  
    19      
    2017    if (!GC_MobileUserAgent::isSupported()) { 
    2118        header('Location: ' . URL_DIR . 'unsupported/index.php'); 
    2219        exit; 
    2320    } 
    24      
    25  
    2621} 
    2722 
Note: See TracChangeset for help on using the changeset viewer.