function answers_update_6100 in Answers 6.2
Same name and namespace in other branches
- 6 answers.install \answers_update_6100()
Create a 'field_question_locked_p' field
File
- ./
answers.install, line 42
Code
function answers_update_6100() {
$field = _answers_field_question_locked_p();
content_field_instance_create($field);
return array();
}