You are here

function alpha_pagination_node_presave in Views Alpha Pagination 7.2

Same name and namespace in other branches
  1. 7 alpha_pagination.module \alpha_pagination_node_presave()

Implements hook_node_presave().

File

./alpha_pagination.module, line 121
Module hooks and alters for the Views Alpha Pagination module.

Code

function alpha_pagination_node_presave($entity) {
  cache_clear_all('alpha_pagination:*', 'cache', TRUE);
}