|
From: Jon O. <jon...@us...> - 2005-12-13 20:57:12
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21266/admin Modified Files: admin_mx_gen_cache.php Log Message: further fixes for search - updated quick search dropdown in overall_header.tpl - automatically finding page_id to search target (site, kb, pafiledb) config/custom cache - included in regenerate cache and adminCP Index: admin_mx_gen_cache.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_gen_cache.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_mx_gen_cache.php 1 Oct 2005 14:10:44 -0000 1.19 --- admin_mx_gen_cache.php 13 Dec 2005 20:57:01 -0000 1.20 *************** *** 60,65 **** else { ! // Update mxBB cache $mx_cache->update( ); $message = $lang['Cache_generate']; --- 60,73 ---- else { ! // ! // Update mxBB page/block cache ! // $mx_cache->update( ); + + // + // Update config/custom cache + // + $mx_config_cache->tidy(); + $mx_config_cache->unload(); $message = $lang['Cache_generate']; |