|
From: Jon O. <jon...@us...> - 2008-07-15 22:09:59
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28267/admin Modified Files: Tag: core28x pagestart.php Log Message: Updating, to work with latest modules Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -C2 -d -r1.23.2.1 -r1.23.2.2 *** pagestart.php 3 Feb 2008 19:22:08 -0000 1.23.2.1 --- pagestart.php 15 Jul 2008 22:09:24 -0000 1.23.2.2 *************** *** 23,27 **** include_once($mx_root_path . 'includes/mx_functions_blockcp.' . $phpEx); include_once($phpbb_root_path . 'includes/functions_admin.' . $phpEx); ! include_once($phpbb_root_path . 'includes/functions_post.' . $phpEx); // --- 23,36 ---- include_once($mx_root_path . 'includes/mx_functions_blockcp.' . $phpEx); include_once($phpbb_root_path . 'includes/functions_admin.' . $phpEx); ! ! if( !function_exists('prepare_message') ) ! { ! mx_cache::load_file('functions_post'); ! } ! ! if( !function_exists('add_search_words') ) ! { ! mx_cache::load_file('functions_search'); ! } // |