function apachesolr_og_uninstall in Apache Solr Search 5.2
Same name and namespace in other branches
- 6 contrib/apachesolr_og/apachesolr_og.install \apachesolr_og_uninstall()
Implementation of hook_uninstall().
File
- contrib/
apachesolr_og/ apachesolr_og.install, line 6
Code
function apachesolr_og_uninstall() {
// Remove blocks.
db_query('DELETE FROM {blocks} WHERE module = "apachesolr_og"');
}