|
From: Jon O. <jon...@us...> - 2008-07-15 22:04:40
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24247 Modified Files: mx_search.php Log Message: More...of the same Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_search.php 10 Jul 2008 22:20:50 -0000 1.28 --- mx_search.php 15 Jul 2008 22:04:36 -0000 1.29 *************** *** 20,26 **** $title = $mx_block->block_info['block_title']; ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! ! mx_cache::load_file('functions_search', 'phpbb2'); // --- 20,27 ---- $title = $mx_block->block_info['block_title']; ! if( !function_exists('add_search_words') ) ! { ! mx_cache::load_file('functions_search', 'phpbb2'); ! } // |