You are here

function insert_block_update_1 in Insert Block 6

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

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

File

./insert_block.install, line 7

Code

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