You are here

function simplemeta_uninstall in Simple Meta 7.2

Same name and namespace in other branches
  1. 6.2 simplemeta.install \simplemeta_uninstall()
  2. 7 simplemeta.install \simplemeta_uninstall()

Implements hook_uninstall().

File

./simplemeta.install, line 74
Installation and updating tasks.

Code

function simplemeta_uninstall() {
  variable_del('simplemeta_form_enable');
  variable_del('simplemeta_language_enable');
}