Changeset 22963


Ignore:
Timestamp:
2013/07/16 09:28:02 (11 years ago)
Author:
Seasoft
Message:

#2288 (リクエスト単位で実行されるべきログ出力がブロックにも適用されている)

  • コミット漏れ
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php

    r22856 r22963  
    7373 
    7474        $this->setTemplate($this->tpl_mainpage); 
    75         // $debug_message = 'block:' . $this->tpl_mainpage . "\n"; 
    76         // GC_Utils_Ex::gfDebugLog($debug_message); 
     75    } 
     76 
     77    /** 
     78     * デストラクタ 
     79     * 
     80     * @return void 
     81     */ 
     82    function __destruct() 
     83    { 
     84        // 親がリクエスト単位を意図した処理なので、断絶する。 
    7785    } 
    7886} 
Note: See TracChangeset for help on using the changeset viewer.