You are here

function field_slideshow_update_7001 in Field Slideshow 7.2

Same name and namespace in other branches
  1. 7 field_slideshow.install \field_slideshow_update_7001()

Force clear cache. This is needed to register some new template files.

File

./field_slideshow.install, line 95
Install, update and uninstall functions for the Field Slideshow module.

Code

function field_slideshow_update_7001() {
  cache_clear_all();
}