function fences_uninstall in Fences 7.2
Same name and namespace in other branches
- 7 fences.install \fences_uninstall()
Implements hook_uninstall().
File
- ./
fences.install, line 10 - Provides install, update and un-install functions for menu_position.
Code
function fences_uninstall() {
// Delete all fences variables.
variable_del('fences_default_markup');
}