You are here

insert_view.install in Insert View 5

File

insert_view.install
View source
<?php

// $Id:

/**
 * Update to clear the cache so the filter cache feels changes. 
 */
function insert_view_update_5100() {
  $ret = array();
  cache_clear_all();
  return $ret;
}

Functions

Namesort descending Description
insert_view_update_5100 Update to clear the cache so the filter cache feels changes.