|
From: Jon O. <jon...@us...> - 2008-07-10 22:21:44
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv405 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_bugsbt/bugsbt/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 15 Jun 2008 21:03:34 -0000 1.5 --- admin_custom_manage.php 10 Jul 2008 22:21:39 -0000 1.6 *************** *** 24,29 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(BUGSBT_CUSTOM_TABLE, BUGSBT_CUSTOM_DATA_TABLE); --- 24,28 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $this_custom_field = new mx_custom_field(BUGSBT_CUSTOM_TABLE, BUGSBT_CUSTOM_DATA_TABLE); Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/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:03:34 -0000 1.8 --- admin_cat_manage.php 10 Jul 2008 22:21:39 -0000 1.9 *************** *** 24,29 **** // 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, ''); --- 24,28 ---- // 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_bugsbt/bugsbt/admin/admin_types_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_types_manage.php 15 Jun 2008 21:03:34 -0000 1.5 --- admin_types_manage.php 10 Jul 2008 22:21:40 -0000 1.6 *************** *** 24,29 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 24,28 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_settings.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_settings.php 1 Jul 2008 21:48:06 -0000 1.7 --- admin_settings.php 10 Jul 2008 22:21:40 -0000 1.8 *************** *** 24,29 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 24,28 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/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 15 Jun 2008 21:03:34 -0000 1.6 --- admin_auth_manage.php 10 Jul 2008 22:21:39 -0000 1.7 *************** *** 24,29 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 24,28 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // |