? boost-637002.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.76
diff -u -p -r1.2.2.1.2.3.2.76 boost.install
--- boost.install	26 Nov 2009 06:41:02 -0000	1.2.2.1.2.3.2.76
+++ boost.install	28 Nov 2009 21:34:10 -0000
@@ -1332,7 +1332,6 @@ function boost_update_6121() {
   _boost_index_exists($ret, 'files', 'timestamp');
   _boost_index_exists($ret, 'comments', 'timestamp');
   _boost_index_exists($ret, 'node', 'changed');
-  _boost_index_exists($ret, 'files', 'timestamp');
   _boost_index_exists($ret, 'node_comment_statistics', 'last_comment_timestamp');
   _boost_index_exists($ret, 'votingapi_vote', 'timestamp');
 
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.262
diff -u -p -r1.3.2.2.2.5.2.262 boost.module
--- boost.module	28 Nov 2009 07:59:34 -0000	1.3.2.2.2.5.2.262
+++ boost.module	28 Nov 2009 21:34:12 -0000
@@ -2608,7 +2608,6 @@ function boost_has_site_changed($set_max
   _boost_index_exists($ret, 'files', 'timestamp');
   _boost_index_exists($ret, 'comments', 'timestamp');
   _boost_index_exists($ret, 'node', 'changed');
-  _boost_index_exists($ret, 'files', 'timestamp');
   _boost_index_exists($ret, 'node_comment_statistics', 'last_comment_timestamp');
   _boost_index_exists($ret, 'votingapi_vote', 'timestamp');
 
