You are here

auto_index.install in Auto Index 6

Same filename and directory in other branches
  1. 8 auto_index.install
  2. 7 auto_index.install

File

auto_index.install
View 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

Namesort descending Description
auto_index_install Implementation of hook_install()