clarify 'insert' in hook_nodeapi
joachim - July 17, 2008 - 14:48
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be useful to clarify that the 'insert' operation is called *after* the node has been added to the database -- in other words, altering $node here has no effect.
ie, change:
"insert": The node is being created (inserted in the database).
to
"insert": The node has just been created (inserted in the database).

#1
i second that!
#2
Moving