You are here

function answers_uninstall in Answers 6.2

Same name and namespace in other branches
  1. 8 answers.install \answers_uninstall()
  2. 5.2 answers.install \answers_uninstall()
  3. 7.4 answers.install \answers_uninstall()
  4. 7.3 answers.install \answers_uninstall()

Implements hook_uninstall().

File

./answers.install, line 13

Code

function answers_uninstall() {
  variable_del('answers_answer_notification_subject');
  variable_del('answers_answer_notification_body');
  variable_del('answers_new_answer_notice_allow_p');
}