? boost-507348-1.patch Index: boost.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v retrieving revision 1.3.2.2.2.5.2.67 diff -u -p -r1.3.2.2.2.5.2.67 boost.module --- boost.module 1 Jul 2009 20:48:14 -0000 1.3.2.2.2.5.2.67 +++ boost.module 1 Jul 2009 20:55:33 -0000 @@ -738,7 +738,7 @@ function boost_cache_expire($path, $wild * Name of cached file; primary key in database */ function boost_cache_kill($filename) { - if (BOOST_IGNORE_FLUSH !=2) { + if (BOOST_IGNORE_FLUSH !=2 && strstr($filename, BOOST_FILE_PATH)) { db_query("UPDATE {boost_cache} SET expire = 0 WHERE filename = '%s'", $filename); if (file_exists($filename)) { @unlink($filename);