function contact_install

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/contact/contact.install \contact_install()

Implementation of hook_install().

Archivo

drupal-6.x/modules/contact/contact.install, line 6

Código

function contact_install() {
  // Create tables.
  drupal_install_schema('contact');
}