You are here

function vertical_tabs_update_6102 in Vertical Tabs 6

Regenerate the stylesheets if using Garland to accomidate for CSS changes.

File

./vertical_tabs.install, line 54
Install, update and uninstall functions for the vertical_tabs module.

Code

function vertical_tabs_update_6102() {
  vertical_tabs_install_color_generate();
  return array();
}