|
From: Jon O. <jon...@us...> - 2006-06-26 21:32:27
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12094/modules/mx_coreblocks Modified Files: mx_blockcp.php mx_search.php Log Message: A few fixes related to new mx_text class, and other minor fixes Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_blockcp.php 2 May 2006 23:22:17 -0000 1.11 --- mx_blockcp.php 26 Jun 2006 21:32:23 -0000 1.12 *************** *** 17,23 **** include($mx_root_path . 'includes/mx_functions_admincp.' . $phpEx); - include_once($phpbb_root_path . 'includes/functions_search.'.$phpEx); // required for search tables - include_once($phpbb_root_path . "includes/functions_post.$phpEx"); // required by mx_generate_smilies - // // Start session management --- 17,20 ---- Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_search.php 18 Jun 2006 10:46:03 -0000 1.15 --- mx_search.php 26 Jun 2006 21:32:23 -0000 1.16 *************** *** 19,23 **** $title = $mx_block->block_info['block_title']; - include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); --- 19,22 ---- |