You are here

function apachesolr_multilingual_disable in Apache Solr Multilingual 7

Same name and namespace in other branches
  1. 6.3 apachesolr_multilingual.install \apachesolr_multilingual_disable()

Implements hook_disable().

Set variable "apachesolr_service_class" back to default.

File

./apachesolr_multilingual.install, line 23
TODO

Code

function apachesolr_multilingual_disable() {

  // Deleting the variable will reset it to default.
  variable_del('apachesolr_service_class');
}