You are here

function answers_update_6100 in Answers 6

Same name and namespace in other branches
  1. 6.2 answers.install \answers_update_6100()

Implementation of hook_update_n()

File

./answers.install, line 36

Code

function answers_update_6100() {

  // Create a 'field_question_locked_p' field
  $field = _answers_field_question_locked_p();
  content_field_instance_create($field);
  return array();
}