function regcode_mailer_install in Registration codes 6
Same name and namespace in other branches
- 6.2 regcode_mailer/regcode_mailer.install \regcode_mailer_install()
Implementation of hook_install().
File
- regcode_mailer/
regcode_mailer.install, line 21 - Install, uninstall and scheme functions for the regcode_mailer module.
Code
function regcode_mailer_install() {
drupal_install_schema('regcode_mailer');
}