? boost-549126.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.101
diff -u -p -r1.3.2.2.2.5.2.101 boost.module
--- boost.module	13 Aug 2009 06:48:14 -0000	1.3.2.2.2.5.2.101
+++ boost.module	14 Aug 2009 21:55:04 -0000
@@ -1468,7 +1468,7 @@ function boost_has_site_changed() {
  *  Returns largest time in the table.
  */
 function boost_get_time($table, $column) {
-  if (db_result(db_query_range("SHOW TABLES LIKE '%s'", $table))) {
+  if (db_result(db_query("SHOW TABLES LIKE '%s'", $table))) {
     return db_result(db_query_range("SELECT %s FROM {%s} ORDER BY %s DESC", $column, $table, $column, 0, 1));
   }
   else {
