function answers_uninstall in Answers 6.2
Same name and namespace in other branches
- 8 answers.install \answers_uninstall()
- 5.2 answers.install \answers_uninstall()
- 7.4 answers.install \answers_uninstall()
- 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');
}