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/admin/ownersstore/LC_Page_Admin_OwnersStore_Module.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_OwnersStore_Module extends LC_Page_Admin_Ex  
    35 { 
     34class LC_Page_Admin_OwnersStore_Module extends LC_Page_Admin_Ex { 
    3635 
    3736    var $tpl_subno = 'index'; 
     
    4443     * @return void 
    4544     */ 
    46     function init() 
    47     { 
     45    function init() { 
    4846        parent::init(); 
    4947 
     
    6058     * @return void 
    6159     */ 
    62     function process() 
    63     { 
     60    function process() { 
    6461        $this->action(); 
    6562        $this->sendResponse(); 
     
    7168     * @return void 
    7269     */ 
    73     function action() 
    74     { 
     70    function action() { 
    7571        // nothing. 
    7672    } 
     
    8177     * @return void 
    8278     */ 
    83     function destroy() 
    84     { 
     79    function destroy() { 
    8580        parent::destroy(); 
    8681    } 
Note: See TracChangeset for help on using the changeset viewer.