|
From: Jon O. <jon...@us...> - 2005-05-01 20:19:11
|
Update of /cvsroot/mxbb/mx_forum/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3064/modules/mx_forum/admin Modified Files: phpbb_config.php Log Message: minor cache related fixes Index: phpbb_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_forum/admin/phpbb_config.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** phpbb_config.php 18 Feb 2005 10:06:52 -0000 1.7 --- phpbb_config.php 1 May 2005 20:19:02 -0000 1.8 *************** *** 13,16 **** --- 13,18 ---- $mx_root_path = '../../../'; $module_root_path = "../"; + + $no_page_header = TRUE; require( $mx_root_path . 'admin/pagestart.php' ); *************** *** 149,154 **** } ! // Update cache ! update_session_cache( $block_id ); $_SESSION['phpbb_setup'] = ''; --- 151,156 ---- } ! // Update mxBB cache ! $mx_cache->update( MX_BLOCK, $block_id ); $_SESSION['phpbb_setup'] = ''; |