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/LC_Page_FrontParts_LoginCheck.php

    r22567 r22796  
    3434 * @version $Id:LC_Page_FrontParts_LoginCheck.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3535 */ 
    36 class LC_Page_FrontParts_LoginCheck extends LC_Page_Ex  
    37 { 
     36class LC_Page_FrontParts_LoginCheck extends LC_Page_Ex { 
    3837 
    3938    // }}} 
     
    4544     * @return void 
    4645     */ 
    47     function init() 
    48     { 
     46    function init() { 
    4947        parent::init(); 
    5048 
     
    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        // 会員管理クラス 
     
    213209     * @return void 
    214210     */ 
    215     function destroy() 
    216     { 
     211    function destroy() { 
    217212        parent::destroy(); 
    218213    } 
     
    224219     * @return void 
    225220     */ 
    226     function lfInitParam(&$objFormParam) 
    227     { 
     221    function lfInitParam(&$objFormParam) { 
    228222        $objFormParam->addParam('記憶する', 'login_memory', INT_LEN, 'n', array('MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    229223        $objFormParam->addParam('メールアドレス', 'login_email', MTEXT_LEN, 'a', array('EXIST_CHECK', 'MAX_LENGTH_CHECK')); 
     
    241235     * @see LC_PageError 
    242236     */ 
    243     function lfGetErrorMessage($error) 
    244     { 
     237    function lfGetErrorMessage($error) { 
    245238        switch ($error) { 
    246239            case TEMP_LOGIN_ERROR: 
Note: See TracChangeset for help on using the changeset viewer.