You are here

function spaces_uninstall in Spaces 7

Same name and namespace in other branches
  1. 5.2 spaces.install \spaces_uninstall()
  2. 6.3 spaces.install \spaces_uninstall()
  3. 6 spaces.install \spaces_uninstall()
  4. 6.2 spaces.install \spaces_uninstall()
  5. 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() {
}