Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Login.php

    r22567 r22796  
    3232 * @version $Id:LC_Page_FrontParts_Bloc_Login.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3333 */ 
    34 class LC_Page_FrontParts_Bloc_Login extends LC_Page_FrontParts_Bloc_Ex  
    35 { 
     34class LC_Page_FrontParts_Bloc_Login extends LC_Page_FrontParts_Bloc_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_login = false; 
     
    5654     * @return void 
    5755     */ 
    58     function process() 
    59     { 
     56    function process() { 
    6057        $this->action(); 
    6158        $this->sendResponse(); 
     
    6764     * @return void 
    6865     */ 
    69     function action() 
    70     { 
     66    function action() { 
    7167 
    7268        $objCustomer = new SC_Customer_Ex(); 
     
    104100     * @return void 
    105101     */ 
    106     function destroy() 
    107     { 
     102    function destroy() { 
    108103        parent::destroy(); 
    109104    } 
     
    114109     * @return boolean 
    115110     */ 
    116     function lfCheckDisableLogout() 
    117     { 
     111    function lfCheckDisableLogout() { 
    118112        $masterData = new SC_DB_MasterData_Ex(); 
    119113        $arrDisableLogout = $masterData->getMasterData('mtb_disable_logout'); 
Note: See TracChangeset for help on using the changeset viewer.