|
From: Jon O. <jon...@us...> - 2008-06-15 21:04:14
|
Update of /cvsroot/mxbb/mx_kb/kb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26734/kb/admin Modified Files: admin_auth_manage.php admin_cat_manage.php admin_custom_manage.php admin_settings.php admin_types_manage.php Log Message: using new load_file to ensure we are including phpbb2 bbcodes/smilies Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_custom_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_custom_manage.php 3 Jun 2008 20:10:13 -0000 1.5 --- admin_custom_manage.php 15 Jun 2008 21:04:08 -0000 1.6 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(KB_CUSTOM_TABLE, KB_CUSTOM_DATA_TABLE); --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(KB_CUSTOM_TABLE, KB_CUSTOM_DATA_TABLE); Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_cat_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_cat_manage.php 3 Jun 2008 20:10:12 -0000 1.7 --- admin_cat_manage.php 15 Jun 2008 21:04:08 -0000 1.8 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, ''); --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, ''); Index: admin_types_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_types_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_types_manage.php 3 Jun 2008 20:10:14 -0000 1.6 --- admin_types_manage.php 15 Jun 2008 21:04:08 -0000 1.7 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_settings.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_settings.php 3 Jun 2008 20:10:14 -0000 1.6 --- admin_settings.php 15 Jun 2008 21:04:08 -0000 1.7 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_auth_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_auth_manage.php 3 Jun 2008 20:10:12 -0000 1.6 --- admin_auth_manage.php 15 Jun 2008 21:04:07 -0000 1.7 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // |