You are here

function auto_index_install in Auto Index 6

Same name and namespace in other branches
  1. 8 auto_index.install \auto_index_install()
  2. 7 auto_index.install \auto_index_install()

Implementation of hook_install()

File

./auto_index.install, line 6

Code

function auto_index_install() {

  // Add a high number to move our module to the end of the load queue.
  db_query("UPDATE {system} SET weight = 10000 WHERE name = 'auto_index'");
}