You are here

apachesolr.install in Apache Solr Search 5

File

apachesolr.install
View source
<?php

function apachesolr_uninstall() {
  variable_del('apachesolr_cron_last');
  variable_del('apachesolr_cron_last_nid');
  variable_del('apachesolr_host');
  variable_del('apachesolr_port');
  variable_del('apachesolr_path');
  variable_del('apachesolr_rows');
  variable_del('apachesolr_facet_query_limits');
}

Functions