|
From: Jon O. <jon...@us...> - 2006-06-27 21:36:10
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12123/includes Modified Files: mx_functions_admincp.php Log Message: Cache related... security: added main htaccess file Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_functions_admincp.php 27 Jun 2006 18:12:22 -0000 1.24 --- mx_functions_admincp.php 27 Jun 2006 21:36:05 -0000 1.25 *************** *** 510,513 **** --- 510,515 ---- // $mx_cache->update(MX_CACHE_PAGE_TYPE, $page_id); + $mx_cache->destroy('_pagemap_block' . $block_id); + // We also need to destroy the cache for the function file...later // *************** *** 1536,1539 **** --- 1538,1543 ---- // $mx_cache->update(MX_CACHE_PAGE_TYPE, $page_id); + $mx_cache->destroy('_pagemap_block' . $block_id); + // We also need to destroy the cache for the function file...later } } |