You are here

function jquery_ui_filter_tabs_install in jQuery UI filter 6

Same name and namespace in other branches
  1. 7 tabs/jquery_ui_filter_tabs.install \jquery_ui_filter_tabs_install()

Implementation of hook_install().

File

tabs/jquery_ui_filter_tabs.install, line 11
Installation information for the 'jQuery UI filter tabs' module.

Code

function jquery_ui_filter_tabs_install() {

  // Must be loaded afer jquery_ui_filter.module.
  db_query("UPDATE {system} SET weight=1 WHERE name = 'jquery_ui_filter_tabs'");
}