You are here

function answers_best_answer_answers_lock_info in Answers 7.4

Implements hook_answers_lock_info().

File

answers_best_answer/answers_best_answer.module, line 361
Support selection of 'Best Answers' for the 'Answers' module.

Code

function answers_best_answer_answers_lock_info() {
  return variable_get('answers_best_answer_lock_questions_p', FALSE);
}