|
From: Jon O. <jon...@us...> - 2008-07-10 22:22:23
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv906/kb/modules Modified Files: kb_search.php Log Message: Moving load_file to mx_cache... Index: kb_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_search.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** kb_search.php 15 Jun 2008 21:04:08 -0000 1.13 --- kb_search.php 10 Jul 2008 22:22:19 -0000 1.14 *************** *** 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'] ) ) --- 30,34 ---- global $phpbb_root_path, $userdata, $mx_root_path, $module_root_path, $is_block; ! mx_cache::load_file('functions_search', 'phpbb2'); if ( isset( $_REQUEST['search_keywords'] ) ) |