function auto_index_install in Auto Index 7
Same name and namespace in other branches
- 8 auto_index.install \auto_index_install()
- 6 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'");
}