You are here

function quicktabs_update_7302 in Quick Tabs 7.3

Rebuild the registry because of changed method name.

File

./quicktabs.install, line 178
Install, update and uninstall functions for the quicktabs module.

Code

function quicktabs_update_7302() {
  registry_rebuild();
}