You are here

function node_noindex_uninstall in Node Noindex 6

Same name and namespace in other branches
  1. 7 node_noindex.install \node_noindex_uninstall()

Implementation of hook_uninstall().

File

./node_noindex.install, line 43
Install, update and uninstall functions for the node_noindex module.

Code

function node_noindex_uninstall() {
  drupal_uninstall_schema('node_noindex');
}