You are here

function media_browser_plus_install in Media Browser Plus 7

Same name and namespace in other branches
  1. 7.3 media_browser_plus.install \media_browser_plus_install()
  2. 7.2 media_browser_plus.install \media_browser_plus_install()

Implements hook_install().

File

./media_browser_plus.install, line 10
Install file for media_browser_plus.

Code

function media_browser_plus_install() {
  variable_set('media_root_folder', 'media');

  // Make sure the standard 'field_tags' field exists.
  _media_browser_plus_ensure_field_tags();
  _media_browser_plus_ensure_field_folder();
}