<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I'm hooking nodeapi in two companion d6 modules. One is looking for op=presave and modifying some of the cck field values, the other is looking for update/insert and sending the node information outside the site.</div><div><br></div><div>The problem I'm having is that the information going offsite is arriving twice, though with not all fields having data the first time. I find this with a dsm at the start of hook_nodeapi (after clicking edit on a node and then save).</div><div><br></div><div>LOAD</div><div>PREPARE</div><div>PRE-SAVE</div><div>PRE-SAVE</div><div>UPDATE</div><div>UPDATE</div></span></body></html>