/**
 * Implements hook_nodeapi_update().
 */
function tracker_node_update($node, $arg = 0) {

All the hook_node_foo have the wrong function name in the doc header.

Tagging as Novice.

CommentFileSizeAuthor
#1 tracker-docs.988036.1.patch1006 bytesduellj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

duellj’s picture

Status: Active » Needs review
FileSize
1006 bytes

Quick fix, changed hook_nodeapi_foo to hook_node_foo in doc headers.

joachim’s picture

Status: Needs review » Reviewed & tested by the community

Looks perfect, thanks!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.