|
From: OryNider <ory...@us...> - 2008-01-12 11:55:41
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20221 Modified Files: mx_search.php Log Message: Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_search.php 9 Sep 2007 16:49:36 -0000 1.21 --- mx_search.php 12 Jan 2008 11:55:37 -0000 1.22 *************** *** 20,24 **** $title = $mx_block->block_info['block_title']; ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 20,26 ---- $title = $mx_block->block_info['block_title']; ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); ! ! mx_page::load_file('functions_search', 'phpbb2'); // |