Changeset 21593 for branches/version-2_12-dev/data/class/SC_Customer.php
- Timestamp:
- 2012/03/05 23:32:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Customer.php
r21582 r21593 206 206 $_SESSION['customer'] = $this->customer_data; 207 207 // セッション情報の保存 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); 209 209 } 210 210 … … 220 220 $objSiteSess->unsetUniqId(); 221 221 // ログに記録する 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); 223 223 } 224 224
Note: See TracChangeset
for help on using the changeset viewer.
