You are here

function media_browser_plus_install in Media Browser Plus 7.3

Same name and namespace in other branches
  1. 7 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() {

  // This should be load after views is ready.
  db_query("UPDATE {system} SET weight = 11 WHERE name = 'media_browser_plus'");
}