You are here

function apachesolr_og_uninstall in Apache Solr Search 6

Same name and namespace in other branches
  1. 5.2 contrib/apachesolr_og/apachesolr_og.install \apachesolr_og_uninstall()

Implementation of hook_uninstall().

File

contrib/apachesolr_og/apachesolr_og.install, line 11
Install and related hooks for the apachesolr_date module.

Code

function apachesolr_og_uninstall() {

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