You are here

function answers_best_answer_uninstall in Answers 7.4

Implements hook_uninstall().

File

answers_best_answer/answers_best_answer.install, line 19
Install, update, and uninstall functions for the answers module.

Code

function answers_best_answer_uninstall() {
  variable_del('answers_best_answer_lock_questions_p');
  variable_del('answers_best_answer_old_lock_questions_p');
}