You are here

function apachesolr_date_uninstall in Apache Solr Search 6.2

Implementation of hook_uninstall().

File

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

Code

function apachesolr_date_uninstall() {

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