You are here

function widgets_install in Widgets 6

Implementation of hook_install().

File

./widgets.install, line 102
Install, update and uninstall functions for the Widgets module.

Code

function widgets_install() {

  // Create tables.
  drupal_install_schema('widgets');
}