|
From: OryNider <ory...@us...> - 2008-03-10 05:17:31
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3953 Modified Files: Tag: core28x common.php Log Message: revent last Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.9 retrieving revision 1.67.2.10 diff -C2 -d -r1.67.2.9 -r1.67.2.10 *** common.php 23 Feb 2008 19:38:24 -0000 1.67.2.9 --- common.php 10 Mar 2008 05:17:23 -0000 1.67.2.10 *************** *** 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); } --- 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(); } |