You are here

function vertical_tabs_update_6101 in Vertical Tabs 6

Color-enable the module if using Garland.

File

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

Code

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