|
From: Jon O. <jon...@us...> - 2008-07-15 22:05:30
|
Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25034 Modified Files: admin_prune_user_posts.php admin_users.php Log Message: More...of the same Index: admin_prune_user_posts.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_user_posts.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_prune_user_posts.php 9 Feb 2008 12:51:06 -0000 1.3 --- admin_prune_user_posts.php 15 Jul 2008 22:05:25 -0000 1.4 *************** *** 29,35 **** include_once( $mx_root_path . 'admin/page_header_admin.' . $phpEx ); - // Search functions - include_once($phpbb_root_path . 'includes/functions_search.'.$phpEx); - // ********************************************************************** // Read language definition --- 29,32 ---- Index: admin_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_users.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_users.php 14 Jun 2008 20:41:20 -0000 1.7 --- admin_users.php 15 Jul 2008 22:05:25 -0000 1.8 *************** *** 36,43 **** include_once( $mx_root_path . 'admin/page_header_admin.' . $phpEx ); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.'.$phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_post.'.$phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_selects.'.$phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_validate.'.$phpEx); $html_entities_match = array('#<#', '#>#'); --- 36,43 ---- include_once( $mx_root_path . 'admin/page_header_admin.' . $phpEx ); ! mx_cache::load_file('bbcode', 'phpbb2'); ! mx_cache::load_file('functions_post', 'phpbb2'); ! mx_cache::load_file('functions_selects', 'phpbb2'); ! mx_cache::load_file('functions_validate', 'phpbb2'); $html_entities_match = array('#<#', '#>#'); |