? boost-578546.patch
? boost-579668.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.140
diff -u -p -r1.3.2.2.2.5.2.140 boost.module
--- boost.module	12 Sep 2009 06:03:03 -0000	1.3.2.2.2.5.2.140
+++ boost.module	18 Sep 2009 14:31:16 -0000
@@ -284,10 +284,11 @@ function boost_form_alter(&$form, $form_
       $form['#submit'][] = 'boost_admin_themes_submit';
 
       // Added below due to this bug: http://drupal.org/node/276615
-      if (variable_get('preprocess_css', FALSE)==TRUE) {
-        if (boost_cache_clear_all()) {
-          drupal_set_message(t('Boost: Static page cache cleared. See <a href="http://drupal.org/node/276615">http://drupal.org/node/276615</a> for reason why (core bug).'), 'warning');
-        }
+      if (   variable_get('preprocess_css', FALSE)==TRUE
+          && floatval(VERSION) <= 6.13
+          && boost_cache_clear_all()
+          ) {
+        drupal_set_message(t('Boost: Static page cache cleared. See <a href="http://drupal.org/node/276615">http://drupal.org/node/276615</a> for reason why (core bug that is fixed in 6.14+).'), 'warning');
       }
       break;
   }
