You are here

function document_uninstall in Document 6

Same name and namespace in other branches
  1. 7 document.install \document_uninstall()
  2. 8.x document.install \document_uninstall()

File

./document.install, line 14

Code

function document_uninstall() {
  drupal_uninstall_schema('document');
  variable_del('document_path');
  variable_del('document_allow_external');
  variable_del('document_publish_email');
  variable_del('document_publish_subject');
  variable_del('document_publish_body');
  variable_del('document_path');
  variable_del('document_vocabulary');
}