Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21481 r21514  
    5858 
    5959            // ログに記録する 
    60             GC_Utils_Ex::gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
     60            GC_Utils_Ex::gfPrintLog('access : user='.$this->login_id.' auth='.$this->authority." sid=".$this->sid); 
    6161        } else { 
    6262            // ログに記録する 
    63             GC_Utils_Ex::gfPrintLog("access error."); 
     63            GC_Utils_Ex::gfPrintLog('access error.'); 
    6464        } 
    6565    } 
     
    126126        session_destroy(); 
    127127        // ログに記録する 
    128         GC_Utils_Ex::gfPrintLog("logout : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
     128        GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority." sid=".$this->sid); 
    129129    } 
    130130 
     
    139139        SC_Helper_Session_Ex::destroyToken(); 
    140140        // ログに記録する 
    141         GC_Utils_Ex::gfPrintLog("logout : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
     141        GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority." sid=".$this->sid); 
    142142    } 
    143143} 
Note: See TracChangeset for help on using the changeset viewer.