You are here

function views_slideshow_update_6001 in Views Slideshow 6.2

We changed our views handler to group slideshow modes. We also moved everything out to new modules, so have to change our views.

File

./views_slideshow.install, line 50
Install, update and uninstall functions for the views slideshow module.

Code

function views_slideshow_update_6001() {
  $ret = array();
  return $ret;
}