function captcha_after_install in CAPTCHA After 6
Same name and namespace in other branches
- 7 captcha_after.install \captcha_after_install()
Implementation of hook_install().
File
- ./
captcha_after.install, line 44 - Install, update and uninstall functions for the CAPTCHA After module.
Code
function captcha_after_install() {
drupal_install_schema('captcha_after');
}