Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/upgrade/LC_Page_Upgrade_SiteCheck.php

    r22926 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242    } 
     
    4747     * @return void 
    4848     */ 
    49     function process($mode) 
     49    public function process($mode) 
    5050    { 
    5151        $objLog  = new LC_Upgrade_Helper_LOG; 
     
    5858            $objJson->display(); 
    5959            $objLog->error(OSTORE_E_C_INVALID_ACCESS); 
     60 
    6061            return; 
    6162        } 
     
    7879     * @return void 
    7980     */ 
    80     function __destruct() 
     81    public function __destruct() 
    8182    { 
    8283    } 
Note: See TracChangeset for help on using the changeset viewer.