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/html/user_data/__default.php

    r22567 r22796  
    1010 * @package Page 
    1111 */ 
    12 class LC_Page_User extends LC_Page_Ex  
    13 { 
     12class LC_Page_User extends LC_Page_Ex { 
    1413 
    1514    /** 
     
    1817     * @return void 
    1918     */ 
    20     function init() 
    21     { 
     19    function init() { 
    2220        parent::init(); 
    2321    } 
     
    2826     * @return void 
    2927     */ 
    30     function process() 
    31     { 
     28    function process() { 
    3229        parent::process(); 
    3330        $this->action(); 
     
    4037     * @return void 
    4138     */ 
    42     function action() 
    43     { 
     39    function action() { 
    4440    } 
    4541 
     
    4945     * @return void 
    5046     */ 
    51     function destroy() 
    52     { 
     47    function destroy() { 
    5348        parent::destroy(); 
    5449    } 
Note: See TracChangeset for help on using the changeset viewer.