You are here

function commons_document_install in Drupal Commons 6.2

Implementation of hook_install()

File

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

Code

function commons_document_install() {
  commons_document_add_flag();
  commons_document_add_taxonomy();

  // Tell getid3 where the library is
  variable_set('getid3_path', 'profiles/drupal_commons/libraries/getid3/getid3');
}