? boost-696216.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.299
diff -u -p -r1.3.2.2.2.5.2.299 boost.module
--- boost.module	28 Jan 2010 17:46:56 -0000	1.3.2.2.2.5.2.299
+++ boost.module	5 Feb 2010 03:15:26 -0000
@@ -498,8 +498,8 @@ function boost_nodeapi(&$node, $op, $tea
       if (BOOST_FLUSH_VIEWS_INSERT && module_exists('views')) {
         $GLOBALS['_boost_nid'] = $node->nid;
         // Can not reliability call require_once inside a shutdown function; see http://drupal.org/node/652508
-        views_include('view');
-        views_include('query');
+        // views_include('view');
+        // views_include('query');
         register_shutdown_function('_boost_view_insert');
       }
       boost_expire_node($node);
