insert_block.install in Insert Block 7
Same filename and directory in other branches
File
insert_block.installView 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
Name | Description |
---|---|
insert_block_update_1 | Update to clear the cache so the filter cache feels changes. |