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

    r23055 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        parent::process(); 
     
    6060     * @return void 
    6161     */ 
    62     function action() 
     62    public function action() 
    6363    { 
    6464        //決済処理中ステータスのロールバック 
     
    6767        $objPurchase->checkDbMyPendignOrder(); 
    6868        $objPurchase->checkDbAllPendingOrder(); 
    69          
     69 
    7070        $this->tpl_title = ''; 
    7171        $objCustomer = new SC_Customer_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.