Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/SC_Customer.php

    r18432 r18609  
    102102        if(SC_MobileUserAgent::getCarrier() == 'docomo'){ 
    103103            if($_SESSION['mobile']['phone_id'] == "" && strlen($_SESSION['mobile']['phone_id']) == 0) 
    104                 $_SESSION['mobile']['phone_id'] = SC_MobileUserAgent::getId(); 
     104                $_SESSION['mobile']['phone_id'] = SC_MobileUserAgent::getId(); 
    105105        } 
    106106        if (!isset($_SESSION['mobile']['phone_id']) || $_SESSION['mobile']['phone_id'] === false) { 
     
    226226        unset($_SESSION['customer']); 
    227227        $objSiteSess = new SC_SiteSession(); 
    228         $objCartSess = new SC_CartSession(); 
    229228        $objSiteSess->unsetUniqId(); 
    230         $objCartSess->delAllProducts(); 
    231229        // ログに記録する 
    232230        GC_Utils_Ex::gfPrintLog("logout : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_PATH ); 
Note: See TracChangeset for help on using the changeset viewer.