|
From: Jon O. <jon...@us...> - 2008-07-15 22:03:59
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23256/admin Modified Files: admin_auth_manage.php admin_cat_manage.php admin_custom_manage.php admin_settings.php admin_types_manage.php Log Message: More... Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/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 10 Jul 2008 22:21:39 -0000 1.6 --- admin_custom_manage.php 15 Jul 2008 22:03:47 -0000 1.7 *************** *** 21,29 **** global $db, $images, $template, $lang, $phpEx, $mx_bugsbt_functions, $mx_bugsbt_cache, $bugsbt_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $this_custom_field = new mx_custom_field(BUGSBT_CUSTOM_TABLE, BUGSBT_CUSTOM_DATA_TABLE); $this_custom_field->init(); --- 21,24 ---- Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_cat_manage.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_cat_manage.php 10 Jul 2008 22:21:39 -0000 1.9 --- admin_cat_manage.php 15 Jul 2008 22:03:47 -0000 1.10 *************** *** 21,29 **** global $db, $images, $template, $lang, $phpEx, $mx_bugsbt_functions, $mx_bugsbt_cache, $bugsbt_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars, $portal_config; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, ''); --- 21,24 ---- Index: admin_types_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/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 10 Jul 2008 22:21:40 -0000 1.6 --- admin_types_manage.php 15 Jul 2008 22:03:48 -0000 1.7 *************** *** 22,30 **** // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - - // // Load mode // --- 22,25 ---- Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_settings.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_settings.php 10 Jul 2008 22:21:40 -0000 1.8 --- admin_settings.php 15 Jul 2008 22:03:48 -0000 1.9 *************** *** 22,30 **** // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - - // // Pull all config data // --- 22,25 ---- Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/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 10 Jul 2008 22:21:39 -0000 1.7 --- admin_auth_manage.php 15 Jul 2008 22:03:46 -0000 1.8 *************** *** 22,30 **** // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - - // // Start adminCP // --- 22,25 ---- |