format_number.install in Format Number API 7
Same filename and directory in other branches
Module installation/uninstallation hooks.
File
format_number.installView source
<?php
/**
* @file
* Module installation/uninstallation hooks.
*/
/**
* Implements hook_uninstall().
*/
function format_number_uninstall() {
variable_del('format_number_user_configurable');
variable_del('format_number_thousands_sep');
variable_del('format_number_decimal_point');
}
Functions
Name | Description |
---|---|
format_number_uninstall | Implements hook_uninstall(). |