for the drupal 6 tab (and the drupal 7 tab) of the node.module page of the api documentation - http://api.drupal.org/api/drupal/modules--node--node.module/6, the function node_form is missing. It should be listed immediately before the function node_forms as it is on the drupal 5 tab. The documentation for the function itself is fine.

Comments

richardtmorgan’s picture

node_form_submit also missing (but present in Drupal 5 list)

richardtmorgan’s picture

and node_form_build_preview - I will end the list here; but there seem to be quite a few omissions.

jhodgdon’s picture

Status: Active » Closed (works as designed)

There is no function node_form in node.module. It is in node.pages.inc in D6. So it would not be listed on the node.module page.