|
From: Jon O. <jon...@us...> - 2008-03-10 13:26:39
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20039 Modified Files: Tag: core28x common.php Log Message: GRrrrr ;) Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.10 retrieving revision 1.67.2.11 diff -C2 -d -r1.67.2.10 -r1.67.2.11 *** common.php 10 Mar 2008 05:17:23 -0000 1.67.2.10 --- common.php 10 Mar 2008 13:26:35 -0000 1.67.2.11 *************** *** 392,396 **** // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the mxBB cache whenever updating phpBB config settings // - true: enable cache, false: disable cache ! $board_config = $mx_cache->obtain_phpbb_config(); } --- 392,396 ---- // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the mxBB cache whenever updating phpBB config settings // - true: enable cache, false: disable cache ! $board_config = $mx_cache->obtain_phpbb_config(false); } |