You are here

function commons_poll_install in Drupal Commons 6.2

Implementation of hook_install()

File

modules/features/commons_poll/commons_poll.install, line 6

Code

function commons_poll_install() {
  commons_poll_add_flag();
  commons_poll_add_taxonomy();
}