You are here

fasttoggle.install in Fasttoggle 6

Same filename and directory in other branches
  1. 5 fasttoggle.install
  2. 7 fasttoggle.install

The installation file for fasttoggle.module

File

fasttoggle.install
View source
<?php

/**
 * @file
 * The installation file for fasttoggle.module
 */

/**
 * Implementation of hook_install().
 */
function fasttoggle_install() {
  db_query("UPDATE {system} SET weight = 5 WHERE name = 'fasttoggle' AND type = 'module'");
}

Functions

Namesort descending Description
fasttoggle_install Implementation of hook_install().