auto_index.install in Auto Index 7
Same filename and directory in other branches
File
auto_index.installView source
<?php
/**
* Implementation of hook_install()
*/
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'");
}
Functions
Name | Description |
---|---|
auto_index_install | Implementation of hook_install() |