You are here

function apachesolr_exclude_node_install in Apache Solr Exclude Node 6

Implementation of hook_install().

File

./apachesolr_exclude_node.install, line 47
Install file for the Apache Solr Exclude Node module.

Code

function apachesolr_exclude_node_install() {
  drupal_install_schema('apachesolr_exclude_node');
}