<?php
// $Id: fasttoggle.install,v 1.1 2006/09/16 18:37:20 timcn Exp $

/**
 * @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'");
}