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