Ignore:
Timestamp:
2013/05/02 18:11:36 (13 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/LC_Page_Admin.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin extends LC_Page_Ex  
    35 { 
     34class LC_Page_Admin extends LC_Page_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        $this->template = MAIN_FRAME; 
    4846 
     
    8987     * @return void 
    9088     */ 
    91     function process() 
    92     { 
     89    function process() { 
    9390    } 
    9491 
     
    9895     * @return void 
    9996     */ 
    100     function sendResponse() 
    101     { 
     97    function sendResponse() { 
    10298        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    10399        // ローカルフックポイントを実行 
     
    124120     * @return void 
    125121     */ 
    126     function destroy() 
    127     { 
     122    function destroy() { 
    128123        parent::destroy(); 
    129124    } 
     
    134129     * @deprecated 2.12.0 GC_Utils_Ex::gfPrintLog を使用すること 
    135130     */ 
    136     function log($mess, $log_level='Info') 
    137     { 
     131    function log($mess, $log_level='Info') { 
    138132        trigger_error('前方互換用メソッドが使用されました。', E_USER_WARNING); 
    139133        // ログレベル=Debugの場合は、DEBUG_MODEがtrueの場合のみログ出力する 
Note: See TracChangeset for help on using the changeset viewer.