? boost-586700.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.147
diff -u -p -r1.3.2.2.2.5.2.147 boost.module
--- boost.module	24 Sep 2009 10:35:24 -0000	1.3.2.2.2.5.2.147
+++ boost.module	24 Sep 2009 22:58:03 -0000
@@ -2713,7 +2713,7 @@ function boost_crawler_total_count() {
  * Reload any url's that did not get cached.
  */
 function boost_crawler_verify() {
-  $list = db_query("SELECT boost_crawler.url FROM {boost_cache} INNER JOIN {boost_crawler} ON boost_cache.url=boost_crawler.url WHERE boost_cache.expire = 0");
+  $list = db_query("SELECT bcrawler.url FROM {boost_cache} bcache INNER JOIN {boost_crawler} bcrawler ON bcache.url=bcrawler.url WHERE bcache.expire = 0");
   db_query('TRUNCATE {boost_crawler}');
   variable_set('boost_crawler_position', 0);
   $recrawl = FALSE;
