You are here

function commons_event_install in Drupal Commons 6.2

Implementation of hook_install()

File

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

Code

function commons_event_install() {
  commons_event_add_flag();
  commons_event_add_taxonomy();
}