You are here

function import_install in Import 6

Same name and namespace in other branches
  1. 8 import.install \import_install()

Implementation of hook_install().

Inserts the module's schema in the database.

File

./import.install, line 66

Code

function import_install() {
  drupal_install_schema('import');
}