Ignore:
Timestamp:
2012/05/30 15:39:34 (14 years ago)
Author:
h_yoshimoto
Message:

#1831 Copyrightを更新を誤っているので戻します

File:
1 edited

Legend:

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

    r21864 r21866  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    121121        // トランザクショントークンを破棄 
    122122        SC_Helper_Session_Ex::destroyToken(); 
    123         // ログに記 
     123        // ログに記録する 
     124        GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority.' sid='.$this->sid); 
     125    } 
     126} 
Note: See TracChangeset for help on using the changeset viewer.