trailing_slash.install in Trailing Slash 7
Same filename and directory in other branches
Install, update and uninstall functions for the Trailing Slash module.
File
trailing_slash.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Trailing Slash module.
*/
/**
* Implements hook_uninstall().
*/
function trailing_slash_uninstall() {
variable_del('trailing_slash');
}
Functions
Name | Description |
---|---|
trailing_slash_uninstall | Implements hook_uninstall(). |