You are here

function apachesolr_og_uninstall in Apache Solr Organic Groups Integration 6.2

Implementation of hook_uninstall().

File

./apachesolr_og.install, line 6

Code

function apachesolr_og_uninstall() {

  // Remove blocks.
  db_query('DELETE FROM {blocks} WHERE module = "apachesolr_og"');
}