|
From: Jon O. <jon...@us...> - 2008-06-15 21:05:12
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27261/pafiledb/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: using new load_file to ensure we are including phpbb2 bbcodes/smilies Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_cat_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_cat_manage.php 3 Jun 2008 20:17:01 -0000 1.6 --- admin_cat_manage.php 15 Jun 2008 21:05:04 -0000 1.7 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $mode = ( isset( $_REQUEST['mode'] ) ) ? htmlspecialchars( $_REQUEST['mode'] ) : ''; --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $mode = ( isset( $_REQUEST['mode'] ) ) ? htmlspecialchars( $_REQUEST['mode'] ) : ''; Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_settings.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_settings.php 3 Jun 2008 20:17:03 -0000 1.7 --- admin_settings.php 15 Jun 2008 21:05:05 -0000 1.8 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $submit = ( isset( $_POST['submit'] ) ) ? true : false; --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $submit = ( isset( $_POST['submit'] ) ) ? true : false; Index: admin_ug_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_ug_auth_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_ug_auth_manage.php 3 Jun 2008 20:17:04 -0000 1.6 --- admin_ug_auth_manage.php 15 Jun 2008 21:05:05 -0000 1.7 *************** *** 25,29 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $params = array( 'mode' => 'mode', 'user_id' => POST_USERS_URL, 'group_id' => POST_GROUPS_URL ); --- 25,30 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $params = array( 'mode' => 'mode', 'user_id' => POST_USERS_URL, 'group_id' => POST_GROUPS_URL ); Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/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 3 Jun 2008 20:17:02 -0000 1.6 --- admin_custom_manage.php 15 Jun 2008 21:05:05 -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_fchecker_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_fchecker_manage.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_fchecker_manage.php 3 Jun 2008 20:17:03 -0000 1.4 --- admin_fchecker_manage.php 15 Jun 2008 21:05:05 -0000 1.5 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_dir = $module_root_path . 'pafiledb/uploads/'; --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_dir = $module_root_path . 'pafiledb/uploads/'; Index: admin_catauth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_catauth_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_catauth_manage.php 3 Jun 2008 20:17:02 -0000 1.6 --- admin_catauth_manage.php 15 Jun 2008 21:05:04 -0000 1.7 *************** *** 25,29 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $custom_auth_approval = array(); --- 25,30 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $custom_auth_approval = array(); Index: admin_license_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_license_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_license_manage.php 3 Jun 2008 20:17:03 -0000 1.5 --- admin_license_manage.php 15 Jun 2008 21:05:05 -0000 1.6 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_GET['license'] ) || isset( $_POST['license'] ) ) --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_GET['license'] ) || isset( $_POST['license'] ) ) |