function views_slideshow_update_6000 in Views Slideshow 6.2
Same name and namespace in other branches
- 6 views_slideshow.install \views_slideshow_update_6000()
File
- ./
views_slideshow.install, line 38 - Install, update and uninstall functions for the views slideshow module.
Code
function views_slideshow_update_6000() {
$ret = array();
// We have two new theme functions.
drupal_rebuild_theme_registry();
return $ret;
}