Ignore:
Timestamp:
2010/12/29 16:50:44 (13 years ago)
Author:
fukuran
Message:

#880(mobile/sphoneディレクトリを削除)に対応する、
影響の少ない部分を先行してコミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php

    r19677 r19787  
    180180 
    181181    /** 
    182      * モバイルページを初期化する. 
    183      * 
    184      * @return void 
    185      */ 
    186     function mobileInit() { 
    187         $this->init(); 
    188     } 
    189  
    190     /** 
    191      * Page のプロセス(モバイル). 
    192      * 
    193      * @return void 
    194      */ 
    195     function mobileProcess() { 
    196         $this->process(); 
    197     } 
    198  
    199     /** 
    200182     * デストラクタ. 
    201183     * 
Note: See TracChangeset for help on using the changeset viewer.