Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/LC_Page_Admin_Logout.php

    r22926 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    4848     * @return void 
    4949     */ 
    50     function process() 
     50    public function process() 
    5151    { 
    5252        $this->action(); 
     
    5858     * @return void 
    5959     */ 
    60     function action() 
     60    public function action() 
    6161    { 
    6262        $this->lfDoLogout(); 
     
    7171     * @return void 
    7272     */ 
    73     function lfDoLogout() 
     73    public function lfDoLogout() 
    7474    { 
    7575        $objSess = new SC_Session_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.