Ignore:
Timestamp:
2012/03/05 23:32:59 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Customer.php

    r21582 r21593  
    206206        $_SESSION['customer'] = $this->customer_data; 
    207207        // セッション情報の保存 
    208         GC_Utils_Ex::gfPrintLog('access : user='.$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_REALFILE, false); 
     208        GC_Utils_Ex::gfPrintLog('access : user='.$this->customer_data['customer_id'] ."\t".'ip='. $this->getRemoteHost(), CUSTOMER_LOG_REALFILE, false); 
    209209    } 
    210210 
     
    220220        $objSiteSess->unsetUniqId(); 
    221221        // ログに記録する 
    222         GC_Utils_Ex::gfPrintLog('logout : user='.$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_REALFILE, false); 
     222        GC_Utils_Ex::gfPrintLog('logout : user='.$this->customer_data['customer_id'] ."\t".'ip='. $this->getRemoteHost(), CUSTOMER_LOG_REALFILE, false); 
    223223    } 
    224224 
Note: See TracChangeset for help on using the changeset viewer.