You are here

function media_gallery_extra_install in Media Gallery Extra 7

Implements hook_install().

File

./media_gallery_extra.install, line 11
Install, update and uninstall functions for the media gallery extra module.

Code

function media_gallery_extra_install() {

  // Set module weight to a value higher than media_gallery.
  media_gallery_extra_update_weight();
}