Ignore:
Timestamp:
2012/02/09 18:45:53 (12 years ago)
Author:
Seasoft
Message:

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

  • 半角カタカナ変換は内部エンコーディングのまま行う。
File:
1 edited

Legend:

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

    r21420 r21468  
    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 
     50strpos(); 
     51// $objQuery =& SC_Query_Ex::getSingletonInstance(); 
     52// $objQuery->select('x', 'x'); 
     53x(); 
    4554        parent::init(); 
    4655    } 
Note: See TracChangeset for help on using the changeset viewer.