You are here

function jquery_update_install in jQuery Update 6.2

Same name and namespace in other branches
  1. 6 jquery_update.install \jquery_update_install()
  2. 7.3 jquery_update.install \jquery_update_install()

Implementation of hook_install().

File

./jquery_update.install, line 29
Install file for jQuery Update.

Code

function jquery_update_install() {

  // Set the module's weight high so that it runs after other modules.
  db_query("UPDATE {system} SET weight = 99 WHERE name = 'jquery_update' and type = 'module'");
}