You are here

function answers_form in Answers 7.4

Same name and namespace in other branches
  1. 5.2 answers.module \answers_form()

Implements hook_form().

File

./answers.module, line 292
The Answers module.

Code

function answers_form($node, $form_state) {
  return node_content_form($node, $form_state);
}