You are here

function apachesolr_og_disable in Apache Solr Organic Groups Integration 6.2

Implementation of hook_disable().

File

./apachesolr_og.install, line 25

Code

function apachesolr_og_disable() {

  // Disable all facets for this module.
  apachesolr_save_module_facets('apachesolr_og', array());
}