You are here

function media_gallery_enable in Media Gallery 7.2

Same name and namespace in other branches
  1. 7 media_gallery.install \media_gallery_enable()

Implements hook_enable().

File

./media_gallery.install, line 11
Install file for media_gallery. Includes field and instance definitions.

Code

function media_gallery_enable() {

  // Work around http://drupal.org/node/727876. (See also
  // http://drupal.org/node/882364.)

  //field_associate_fields('taxonomy');
}