You are here

function authcache_poll_block_view_poll_recent_alter in Authenticated User Page Caching (Authcache) 7.2

Implements hook_block_view_MODULE_DELTA_alter().

File

modules/authcache_poll/authcache_poll.module, line 37
Authcache support for poll module.

Code

function authcache_poll_block_view_poll_recent_alter(&$data, $block) {
  if (authcache_page_is_cacheable()) {
    authcache_cancel(t('FIXME: authcache_poll_block_view_poll_recent_alter not implemented yet'));
  }
}