Ignore:
Timestamp:
2012/02/09 20:09:11 (12 years ago)
Author:
Seasoft
Message:

#811 (出力バッファリングの利用を見直し)

  • r21468 に混入したデバッグコードを削除。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/LC_Page_Index.php

    r21468 r21469  
    4343     */ 
    4444    function init() { 
    45 //        $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); 
    46 //var_dump($replace_callback); 
    47 //exit; 
    48 //        return preg_replace_callback('/\[emoji:(e?\d+)\]/', $replace_callback, $buffer); 
    49  
    50 strpos(); 
    51 // $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    52 // $objQuery->select('x', 'x'); 
    53 x(); 
    5445        parent::init(); 
    5546    } 
Note: See TracChangeset for help on using the changeset viewer.