Changeset 21469
- Timestamp:
- 2012/02/09 20:09:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/LC_Page_Index.php
r21468 r21469 43 43 */ 44 44 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();54 45 parent::init(); 55 46 }
Note: See TracChangeset
for help on using the changeset viewer.