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/shopping/LC_Page_Shopping_Complete.php

    r22567 r22796  
    3232 * @version $Id:LC_Page_Shopping_Complete.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3333 */ 
    34 class LC_Page_Shopping_Complete extends LC_Page_Ex  
    35 { 
     34class LC_Page_Shopping_Complete extends LC_Page_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_title = 'ご注文完了'; 
     
    5452     * @return void 
    5553     */ 
    56     function process() 
    57     { 
     54    function process() { 
    5855        parent::process(); 
    5956        $this->action(); 
     
    6663     * @return void 
    6764     */ 
    68     function action() 
    69     { 
     65    function action() { 
    7066 
    7167        $this->arrInfo = SC_Helper_DB_Ex::sfGetBasisData(); 
     
    8076     * @return void 
    8177     */ 
    82     function destroy() 
    83     { 
     78    function destroy() { 
    8479        parent::destroy(); 
    8580    } 
     
    8883     * 決済モジュールから遷移する場合があるため, トークンチェックしない. 
    8984     */ 
    90     function doValidToken() 
    91     { 
     85    function doValidToken() { 
    9286        // nothing. 
    9387    } 
Note: See TracChangeset for help on using the changeset viewer.