You are here

function contact_install in Drupal 6

Same name and namespace in other branches
  1. 5 modules/contact/contact.install \contact_install()
  2. 7 modules/contact/contact.install \contact_install()

Implementation of hook_install().

File

modules/contact/contact.install, line 6

Code

function contact_install() {

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