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/unsupported/LC_Page_Unsupported.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Unsupported extends LC_Page_Ex  
    35 { 
     34class LC_Page_Unsupported 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(); 
     
    6158    } 
    6259 
    63     function action() 
    64     { 
     60    function action() { 
    6561 
    6662 
     
    7268     * @return void 
    7369     */ 
    74     function destroy() 
    75     { 
     70    function destroy() { 
    7671        parent::destroy(); 
    7772    } 
Note: See TracChangeset for help on using the changeset viewer.