You are here

function activity_comments_install in Activity 6.2

Same name and namespace in other branches
  1. 7 activity_comments/activity_comments.install \activity_comments_install()

Implementation of hook_install().

File

activity_comments/activity_comments.install, line 81

Code

function activity_comments_install() {
  drupal_install_schema('activity_comments');
}