You are here

function shoutbox_group_install in Shoutbox 6.2

Implementation of hook_install

File

shoutbox_group/shoutbox_group.install, line 32

Code

function shoutbox_group_install() {
  drupal_install_schema('shoutbox_group');
  shoutbox_group_weight_module();
}