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