|
From: Jon O. <jon...@us...> - 2008-07-10 22:22:25
|
Update of /cvsroot/mxbb/mx_kb/kb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv906/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: Moving load_file to mx_cache... Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_custom_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_custom_manage.php 15 Jun 2008 21:04:08 -0000 1.6 --- admin_custom_manage.php 10 Jul 2008 22:22:18 -0000 1.7 *************** *** 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); --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $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.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_cat_manage.php 15 Jun 2008 21:04:08 -0000 1.8 --- admin_cat_manage.php 10 Jul 2008 22:22:18 -0000 1.9 *************** *** 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, ''); --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $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.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_types_manage.php 15 Jun 2008 21:04:08 -0000 1.7 --- admin_types_manage.php 10 Jul 2008 22:22:19 -0000 1.8 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_settings.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_settings.php 15 Jun 2008 21:04:08 -0000 1.7 --- admin_settings.php 10 Jul 2008 22:22:19 -0000 1.8 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_auth_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_auth_manage.php 15 Jun 2008 21:04:07 -0000 1.7 --- admin_auth_manage.php 10 Jul 2008 22:22:18 -0000 1.8 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // |