function answers_best_answer_install in Answers 7.4
Implements hook_install().
File
- answers_best_answer/
answers_best_answer.install, line 11 - Install, update, and uninstall functions for the answers module.
Code
function answers_best_answer_install() {
variable_set('answers_best_answer_lock_questions_p', 0);
variable_set('answers_best_answer_old_lock_questions_p', 0);
}