You are here

function mobile_tools_install in Mobile Tools 6.2

Same name and namespace in other branches
  1. 5 mobile_tools.install \mobile_tools_install()
  2. 6 mobile_tools.install \mobile_tools_install()
  3. 7.3 mobile_tools.install \mobile_tools_install()
  4. 7.2 mobile_tools.install \mobile_tools_install()

Implementation of hook_install().

File

./mobile_tools.install, line 80
Mobile Tools's install and uninstall code.

Code

function mobile_tools_install() {

  // Assign Mobile Tools a heavy weight so it runs after other modules
  db_query("UPDATE {system} SET weight = 50 WHERE name = 'mobile_tools'");
}