You are here

function commons_blog_install in Drupal Commons 6.2

Implementation of hook_install()

File

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

Code

function commons_blog_install() {
  commons_blog_add_flag();
  commons_blog_add_taxonomy();
}