Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php

    r22567 r22856  
    2121 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2222 */ 
    23 // {{{ requires 
    2423require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 
    2524 
     
    3130 * @version $Id$ 
    3231 */ 
    33 class LC_Page_Mypage_DownLoad extends LC_Page_Ex  
     32class LC_Page_Mypage_DownLoad extends LC_Page_Ex 
    3433{ 
    35  
    36     // {{{ properties 
    37  
    3834    /** フォームパラメーターの配列 */ 
    3935    var $objFormParam; 
     
    4945        ); 
    5046 
    51     // }}} 
    52     // {{{ functions 
    5347 
    5448    /** 
     
    8377    function action() 
    8478    { 
    85  
    8679        // ログインチェック 
    8780        $objCustomer = new SC_Customer_Ex(); 
     
    196189        $arrRet = $objQuery->select($col, $table, $where, 
    197190                                    array($customer_id, $order_id, $product_id, $product_class_id)); 
     191 
    198192        return $arrRet[0]; 
    199193    } 
     
    213207        $objErr = new SC_CheckError_Ex($objFormParam->getHashArray()); 
    214208        $objErr->arrErr = $objFormParam->checkError(); 
     209 
    215210        return $objErr->arrErr; 
    216211    } 
Note: See TracChangeset for help on using the changeset viewer.