function shoutbox_user_install in Shoutbox 6.2
Implementation of hook_install
File
- shoutbox_user/
shoutbox_user.install, line 32
Code
function shoutbox_user_install() {
drupal_install_schema('shoutbox_user');
}
Implementation of hook_install
function shoutbox_user_install() {
drupal_install_schema('shoutbox_user');
}