You are here

function om_tools_install in OM Tools 8.2

Same name and namespace in other branches
  1. 6.2 om_tools.install \om_tools_install()
  2. 7.2 om_tools.install \om_tools_install()

Implementation of hook_install().

File

./om_tools.install, line 15
Install script to install the OM Tools

Code

function om_tools_install() {

  // Make sure this module called last
  // to override any form provided by other modules
  db_query("UPDATE {system} SET weight = 1000 WHERE name = 'om_tools'");
}