function spaces_uninstall in Spaces 7
Same name and namespace in other branches
- 5.2 spaces.install \spaces_uninstall()
- 6.3 spaces.install \spaces_uninstall()
- 6 spaces.install \spaces_uninstall()
- 6.2 spaces.install \spaces_uninstall()
- 7.3 spaces.install \spaces_uninstall()
Implements hook_uninstall().
File
- ./
spaces.install, line 18 - Install, update and uninstall functions for the spaces module.
Code
function spaces_uninstall() {
}