You are here

function boost_views_pre_view in Boost 6

Implementation of hook_views_pre_view().

Hack due to this issue: http://drupal.org/node/619852

File

./boost.module, line 422
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

function boost_views_pre_view(&$view) {
}