Ignore:
Timestamp:
2011/03/07 15:37:16 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • 半SP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r20538 r20540  
    6464        $this->arrMonth = $objDate->getMonth(); 
    6565        $this->arrDay = $objDate->getDay(); 
    66          
     66 
    6767        // 支払い方法種別 
    6868        $objDb = new SC_Helper_DB_Ex(); 
     
    150150            $this->arrPagenavi['mode'] = 'return'; 
    151151            $this->tpl_pageno = $objFormParam->getValue("search_pageno"); 
    152              
     152 
    153153            break; 
    154154        case 'complete': 
     
    233233        return SC_Helper_Customer_Ex::sfCheckErrorSearchParam($objFormParam); 
    234234    } 
    235      
     235 
    236236    /** 
    237237     * フォーム入力パラメーターエラーチェック 
     
    242242    function lfCheckError(&$objFormParam) { 
    243243        $arrErr = SC_Helper_Customer_Ex::sfCustomerMypageErrorCheck($objFormParam, true); 
    244          
     244 
    245245        //メアド重複チェック(共通ルーチンは使えない) 
    246246        $objQuery   =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.