You are here

function spaces_ui_uninstall in Spaces 5.2

Implementation of hook_uninstall().

File

./spaces_ui.install, line 21

Code

function spaces_ui_uninstall() {

  // Drop database table
  db_query('DROP TABLE {spaces_features_ui}');
}