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/mypage/LC_Page_Mypage_RefusalComplete.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Mypage_RefusalComplete extends LC_Page_Ex  
    35 { 
     34class LC_Page_Mypage_RefusalComplete extends LC_Page_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_title    = 'MYページ'; 
     
    6361     * @return void 
    6462     */ 
    65     function process() 
    66     { 
     63    function process() { 
    6764        parent::process(); 
    6865        $this->action(); 
     
    7572     * @return void 
    7673     */ 
    77     function action() 
    78     { 
     74    function action() { 
    7975 
    8076 
     
    8682     * @return void 
    8783     */ 
    88     function destroy() 
    89     { 
     84    function destroy() { 
    9085        parent::destroy(); 
    9186    } 
Note: See TracChangeset for help on using the changeset viewer.