|
From: Jon O. <jon...@us...> - 2008-06-15 21:04:12
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26734/kb/modules Modified Files: kb_search.php Log Message: using new load_file to ensure we are including phpbb2 bbcodes/smilies Index: kb_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_search.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** kb_search.php 3 Jun 2008 20:10:35 -0000 1.12 --- kb_search.php 15 Jun 2008 21:04:08 -0000 1.13 *************** *** 30,34 **** global $phpbb_root_path, $userdata, $mx_root_path, $module_root_path, $is_block; ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_REQUEST['search_keywords'] ) ) --- 30,35 ---- global $phpbb_root_path, $userdata, $mx_root_path, $module_root_path, $is_block; ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_REQUEST['search_keywords'] ) ) |