You are here

function insert_block_update_1 in Insert Block 7

Same name and namespace in other branches
  1. 6 insert_block.install \insert_block_update_1()

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

File

./insert_block.install, line 5

Code

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