fasttoggle.install in Fasttoggle 5
Same filename and directory in other branches
The installation file for fasttoggle.module
File
fasttoggle.installView 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
Name![]() |
Description |
---|---|
fasttoggle_install | Implementation of hook_install(). |