You are here

function data_taxonomy_install in Data 6

Implementation of hook_install().

File

data_taxonomy/data_taxonomy.install, line 48
Install hooks for Data Taxonomy module.

Code

function data_taxonomy_install() {
  drupal_install_schema('data_taxonomy');
}