You are here

function units_enable in Units of Measurement 7.2

Implements hook_enable().

File

./units.install, line 184
Install and uninstall hooks of the Units module.

Code

function units_enable() {
  units_mathematical_expression_recreate_stored_functions(TRUE);
}