In http://api.drupal.org/api/5/function/hook_nodeapi a detail about the $a3 paramter is missing. The parameter $a3 is set to 1 not only for $op == "view" but also for $op == "alter".
In http://api.drupal.org/api/5/function/hook_nodeapi a detail about the $a3 paramter is missing. The parameter $a3 is set to 1 not only for $op == "view" but also for $op == "alter".
Comments
Comment #1
brunodboComment #2
brunodboChanged the component to reflect the new component categorization. See http://drupal.org/node/301443.
Comment #3
lilou commented@knugar : you can be more clear ?
Comment #4
theflowimmemorial commentedIt seems pretty clear that $a3 is only passed in on view and validate. I don't see any reason to change docs for this.