You are here

function user_relationship_elaborations_uninstall in User Relationships 6

Same name and namespace in other branches
  1. 7 user_relationship_elaborations/user_relationship_elaborations.install \user_relationship_elaborations_uninstall()

Uninstall

File

user_relationship_elaborations/user_relationship_elaborations.install, line 29
User Relationship Elaborations installation script Schema

Code

function user_relationship_elaborations_uninstall() {
  drupal_uninstall_schema('user_relationship_elaborations');
  variable_del('user_relationships_elaborations_api_only');
}