function tripal_bulk_loader_install

1.x tripal_bulk_loader.install tripal_bulk_loader_install()

Implements hook_install

File

tripal_bulk_loader/tripal_bulk_loader.install, line 11
@todo Add file header description

Code

function tripal_bulk_loader_install() {
  drupal_install_schema('tripal_bulk_loader');
}