You are here

function taxonomy_title_install in Taxonomy Title 6

Same name and namespace in other branches
  1. 5 taxonomy_title.install \taxonomy_title_install()

Implementation of hook_install().

File

./taxonomy_title.install, line 10
Database set up and clean-up for taxonomy title module.

Code

function taxonomy_title_install() {

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