You are here

function apachesolr_exclude_node_uninstall in Apache Solr Exclude Node 7

Same name and namespace in other branches
  1. 6 apachesolr_exclude_node.install \apachesolr_exclude_node_uninstall()

Implements hook_unnstall().

File

./apachesolr_exclude_node.install, line 47
Install file for the Apache Solr Exclude Node module.

Code

function apachesolr_exclude_node_uninstall() {

  // Deleting variables.
  db_query("DELETE FROM {variable} WHERE name LIKE 'apachesolr_exclude_node_%'");
}