You are here

insert_block.install in Insert Block 7

Same filename and directory in other branches
  1. 6 insert_block.install

File

insert_block.install
View source
<?php

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

Functions

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