You are here

function insert_view_update_5100 in Insert View 6

Same name and namespace in other branches
  1. 5 insert_view.install \insert_view_update_5100()

Update to clear the cache so the filter cache feels changes.

File

./insert_view.install, line 7

Code

function insert_view_update_5100() {
  $ret = array();
  cache_clear_all();
  return $ret;
}