You are here

function viewsphpfilter_enable in Views PHP Filter 7

Same name and namespace in other branches
  1. 5 viewsphpfilter.install \viewsphpfilter_enable()
  2. 6 viewsphpfilter.install \viewsphpfilter_enable()

Implementation of hook_enable().

File

./viewsphpfilter.install, line 6

Code

function viewsphpfilter_enable() {
  cache_clear_all('views_tables', 'cache_views', TRUE);
}