[development] Listing Nodes in a Node View

Jakob Petsovits jpetso at gmx.at
Tue Dec 18 23:10:43 UTC 2007


On Tuesday, 18. December 2007, Ron Parker wrote:
> The entire code:
>
> function agenda_nodeapi($node, $op, $arg = 0) {
(...)

When you don't take $node as reference parameter, you'll have a hard time 
changing it. Better copy hook_nodeapi() function signatures from official 
places like http://api.drupal.org/?q=api/function/hook_nodeapi/5 .

Have fun,
  Jakob


More information about the development mailing list