Changeset 16710 for branches


Ignore:
Timestamp:
2007/11/05 21:52:22 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    r16682 r16710  
    19311931    } 
    19321932     
     1933    /** 
     1934     * 出力バッファをフラッシュし, バッファリングを開始する. 
     1935     * 
     1936     * @return void 
     1937     */ 
     1938    function flush() { 
     1939        flush(); 
     1940        ob_end_flush(); 
     1941        ob_start(); 
     1942    } 
     1943     
    19331944    /* デバッグ用 ------------------------------------------------------------------------------------------------*/ 
    19341945    function sfPrintR($obj) { 
Note: See TracChangeset for help on using the changeset viewer.