function contact_install in Drupal 6
Same name and namespace in other branches
- 5 modules/contact/contact.install \contact_install()
- 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');
}