function spambot_install in Spambot 6.3
Implementation of hook_install().
File
- ./
spambot.install, line 26
Code
function spambot_install() {
drupal_install_schema('spambot');
}
Implementation of hook_install().
function spambot_install() {
drupal_install_schema('spambot');
}