|
From: Jon O. <jon...@us...> - 2008-07-15 22:07:49
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26360/admin Modified Files: admin_cat_manage.php admin_catauth_manage.php admin_custom_manage.php admin_fchecker_manage.php admin_license_manage.php admin_settings.php admin_ug_auth_manage.php Log Message: More... Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/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 10 Jul 2008 22:23:26 -0000 1.8 --- admin_cat_manage.php 15 Jul 2008 22:07:04 -0000 1.9 *************** *** 20,28 **** global $db, $images, $template, $template, $lang, $phpEx, $pafiledb_functions, $pafiledb_cache, $pafiledb_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars, $portal_config; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $mode = ( isset( $_REQUEST['mode'] ) ) ? htmlspecialchars( $_REQUEST['mode'] ) : ''; $cat_id = ( isset( $_REQUEST['cat_id'] ) ) ? intval( $_REQUEST['cat_id'] ) : 0; --- 20,23 ---- Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_settings.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_settings.php 10 Jul 2008 22:23:27 -0000 1.9 --- admin_settings.php 15 Jul 2008 22:07:06 -0000 1.10 *************** *** 20,28 **** global $db, $images, $template, $lang, $phpEx, $pafiledb_functions, $pafiledb_cache, $pafiledb_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars, $portal_config; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $submit = ( isset( $_POST['submit'] ) ) ? true : false; $size = ( isset( $_POST['max_size'] ) ) ? $_POST['max_size'] : ''; --- 20,23 ---- Index: admin_ug_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_ug_auth_manage.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_ug_auth_manage.php 10 Jul 2008 22:23:27 -0000 1.8 --- admin_ug_auth_manage.php 15 Jul 2008 22:07:06 -0000 1.9 *************** *** 22,30 **** global $optionlist_mod, $optionlist_acl_adv; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $params = array( 'mode' => 'mode', 'user_id' => POST_USERS_URL, 'group_id' => POST_GROUPS_URL ); --- 22,25 ---- Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_custom_manage.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_custom_manage.php 10 Jul 2008 22:23:26 -0000 1.8 --- admin_custom_manage.php 15 Jul 2008 22:07:04 -0000 1.9 *************** *** 21,29 **** // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - - // // Init // --- 21,24 ---- Index: admin_fchecker_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_fchecker_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_fchecker_manage.php 10 Jul 2008 22:23:27 -0000 1.6 --- admin_fchecker_manage.php 15 Jul 2008 22:07:05 -0000 1.7 *************** *** 20,28 **** global $db, $images, $template, $lang, $phpEx, $pafiledb_functions, $pafiledb_cache, $pafiledb_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $this_dir = $module_root_path . 'pafiledb/uploads/'; --- 20,23 ---- Index: admin_catauth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_catauth_manage.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_catauth_manage.php 10 Jul 2008 22:23:26 -0000 1.8 --- admin_catauth_manage.php 15 Jul 2008 22:07:04 -0000 1.9 *************** *** 22,30 **** global $cat_auth_approval_fields, $cat_auth_approval_const, $cat_auth_approval_levels; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $custom_auth_approval = array(); $custom_auth = array(); --- 22,25 ---- Index: admin_license_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_license_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_license_manage.php 10 Jul 2008 22:23:27 -0000 1.7 --- admin_license_manage.php 15 Jul 2008 22:07:05 -0000 1.8 *************** *** 20,28 **** global $db, $images, $template, $lang, $phpEx, $pafiledb_functions, $pafiledb_cache, $pafiledb_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - if ( isset( $_GET['license'] ) || isset( $_POST['license'] ) ) { --- 20,23 ---- |