You are here

function activity_comments_install in Activity 7

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

Implements hook_install().

File

activity_comments/activity_comments.install, line 87
Install, update and uninstall functions for the activity_comments module.

Code

function activity_comments_install() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_install_schema('activity_comments')
}