? .directory ? boost-779160.patch ? boost-784732.patch ? boost-785766.patch Index: boost.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v retrieving revision 1.3.2.2.2.5.2.330 diff -u -p -r1.3.2.2.2.5.2.330 boost.module --- boost.module 29 Apr 2010 21:58:47 -0000 1.3.2.2.2.5.2.330 +++ boost.module 29 Apr 2010 22:33:41 -0000 @@ -186,6 +186,9 @@ function boost_help($path, $arg) { function boost_views_pre_render(&$view) { if (!is_null($view) && $GLOBALS['_boost_cache_this'] && !BOOST_NO_DATABASE) { foreach ($view->result as $item) { + if (stristr($view->current_display, 'block')) { + continue; + } if (is_numeric($item->nid)) { $node = node_load($item->nid); if (isset($node->type)) {